Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed bug when the first random(max: float) call is the same value, regardles... | Vladar4 | 2017-01-20 | 1 | -0/+1 |
* | random.shuffle now takes an openArray proc | Andreas Rumpf | 2017-01-11 | 1 | -2/+7 |
* | Documented `shuffle` from `random` module (#5204) | Benjamin Summerton | 2017-01-11 | 1 | -0/+1 |
* | make random.nim work for the JS target again | Araq | 2017-01-08 | 1 | -2/+4 |
* | random.nim: added shuffle proc; fixes 'mod' bias | Araq | 2017-01-08 | 1 | -2/+12 |
* | random.nim: add a warning about crypo; refs #5047 | Araq | 2017-01-07 | 1 | -0/+1 |
* | Fix few typos | Federico Ceratto | 2016-10-17 | 1 | -2/+2 |
* | Random module: fix links, improve header. | Matthew Baulch | 2016-07-18 | 1 | -5/+4 |
* | documentation build cleaned up | Andreas Rumpf | 2016-05-31 | 1 | -3/+5 |
* | make test green | Andreas Rumpf | 2016-05-30 | 1 | -20/+38 |
* | moved random procs from math to its own module (breaking change) | Andreas Rumpf | 2016-05-30 | 1 | -0/+23 |
* | added pure Nim random stdlib module | Andreas Rumpf | 2016-05-30 | 1 | -0/+86 |