Commit Graph

26 Commits

Author SHA1 Message Date
pyoor e6a1f1fafa
Merge branch 'master' into es6 2018-08-27 19:01:17 -04:00
pyoor ba33374c65 Set default limit value 2018-08-27 18:57:39 -04:00
pyoor 942d9d89ba Set default seed value 2018-08-27 18:57:27 -04:00
posidron 92d58a58ef
Fix random seed value 2018-08-28 00:54:24 +02:00
posidron d33e0fd6e4
Fix logger imports in objects.js and random.js 2018-08-25 07:37:02 +02:00
pyoor 68c606d0dd Additional JSDoc fixes 2018-08-13 10:59:05 -04:00
pyoor 385894b5ac Remove incorrect check in random.pick 2018-07-30 10:36:46 -04:00
pyoor e87962069a Minor fixes 2018-07-26 19:44:34 -04:00
pyoor 2786f886fc Added JSDoc throughout and minor refactoring 2018-07-26 19:27:25 -04:00
pyoor 075fe89309 Refactor random.subset to pop items from cloned array 2018-07-26 19:26:27 -04:00
Christoph Diehl fc53bca173
Fix various modules using this 2018-04-07 00:15:55 +02:00
Christoph Diehl 43b69880b1
Add linter fixes 2018-03-19 05:54:40 +01:00
Christoph Diehl 142576ed49
Add module based architecture
* Build with Webpack
* Let Octo.js run in Node
2018-03-19 04:23:05 +01:00
Christoph Diehl a85e0219ae
Exports for random module 2018-03-17 23:02:23 +01:00
pyoor 2d36bb0739 Fix random.item to accomodate DOMStringList 2017-07-20 15:37:20 -04:00
pyoor 28254a80de Modify random.item to work with array-like objects and update tests 2017-07-20 15:29:37 -04:00
pyoor 8401a10127 Replace instanceof Array checks with Array.isArray 2017-06-08 09:31:41 -04:00
Christoph Diehl cecc7b0f5e Remove references of removed random.some in favour of random.subset 2017-06-08 04:27:26 +02:00
Christoph Diehl 23efa3df7f Let random seed be a property 2017-06-08 04:12:49 +02:00
Jesse Schwartzentruber 9f9b83dc96 Simplify random.hex 2017-06-07 10:27:51 -04:00
Jesse Schwartzentruber 0302a84fa6 Linter changes
* Override remaining eslint errors from standard
* Run standard with grunt instead of separately
2017-04-26 18:01:48 -04:00
Christoph Diehl 68c04f6224 Fix logger 2017-04-26 01:28:31 +03:00
Christoph Diehl 6cbda76fea Use Standard as JavaScript standard style 2017-04-26 01:21:31 +03:00
pyoor 645434ce7e Added random.hex 2017-04-25 13:04:58 -04:00
pyoor 2e65a4bea3 Fix all type coercion issues 2017-04-25 11:22:15 -04:00
Christoph Diehl dfa6ecc685 Move library folders into lib 2017-04-23 01:49:49 +03:00