todo updates

This commit is contained in:
Chris Ham
2018-09-23 08:44:50 -07:00
parent 80c7c9602e
commit a6da8b6b55
8 changed files with 175 additions and 124 deletions

0
lib/fgfm.js Executable file
View File

View File

@@ -46,4 +46,6 @@ exports.average = function(e) {
let avg = sum / e.length;
return avg;
};
};
exports.randSort = () => { return 0.5 - Math.random() };