summary refs log tree commit diff stats
path: root/lib/pure/random.nim
Commit message (Expand)AuthorAgeFilesLines
* fixed bug when the first random(max: float) call is the same value, regardles...Vladar42017-01-201-0/+1
* random.shuffle now takes an openArray procAndreas Rumpf2017-01-111-2/+7
* Documented `shuffle` from `random` module (#5204)Benjamin Summerton2017-01-111-0/+1
* make random.nim work for the JS target againAraq2017-01-081-2/+4
* random.nim: added shuffle proc; fixes 'mod' biasAraq2017-01-081-2/+12
* random.nim: add a warning about crypo; refs #5047Araq2017-01-071-0/+1
* Fix few typosFederico Ceratto2016-10-171-2/+2
* Random module: fix links, improve header.Matthew Baulch2016-07-181-5/+4
* documentation build cleaned upAndreas Rumpf2016-05-311-3/+5
* make test greenAndreas Rumpf2016-05-301-20/+38
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-0/+23
* added pure Nim random stdlib moduleAndreas Rumpf2016-05-301-0/+86