todo updates
This commit is contained in:
@@ -46,4 +46,6 @@ exports.average = function(e) {
|
||||
let avg = sum / e.length;
|
||||
|
||||
return avg;
|
||||
};
|
||||
};
|
||||
|
||||
exports.randSort = () => { return 0.5 - Math.random() };
|
||||
Reference in New Issue
Block a user