index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
random.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed crash in rand (#7103)
Yuriy Glukhov
2018-01-18
1
-0
/
+5
*
Better times module (#6552)
GULPF
2017-12-18
1
-6
/
+2
*
make JS tests green again
Araq
2017-12-15
1
-1
/
+1
*
many improvements to random.nim; fixes #4726
Araq
2017-12-14
1
-26
/
+97
*
fixes #6631
Andreas Rumpf
2017-10-30
1
-1
/
+1
*
work in progress: new implementation for 'a[^1]'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
Fixed randomize for 32bit target (#6167)
Yuriy Glukhov
2017-08-01
1
-2
/
+2
*
fixes #5966
Fabian Keller
2017-06-20
1
-1
/
+2
*
fixes #5430
Araq
2017-02-26
1
-1
/
+1
*
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