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
*
[random] add support for sets (#10532)
WhiteDuke
2019-02-25
1
-0
/
+12
*
randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior (#1...
Timothee Cour
2019-02-13
1
-0
/
+1
*
better docs: random (#10546)
Jjp137
2019-02-13
1
-66
/
+423
*
added proc rand for typedesc (#10259)
Arne Döring
2019-01-14
1
-1
/
+5
*
Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)
c-blake
2018-12-31
1
-21
/
+20
*
Revert sub-second randomize(). Fixes randomize for JS backend. (#10000)
Dominik Picheta
2018-12-27
1
-2
/
+6
*
Add ability to sample elements from openArray according to a weight array (#1...
c-blake
2018-12-23
1
-2
/
+35
*
updated tests to be executed
Arne Döring
2018-11-23
1
-0
/
+4
*
stdlib: minor changes to avoid compiler warnings
Andreas Rumpf
2018-09-19
1
-1
/
+1
*
Add checks for random.rand() (#8431)
Quelklef
2018-07-30
1
-2
/
+15
*
Rename `Time.nanoseconds` to `nanosecond` (#7673)
Oscar Nihlgård
2018-04-25
1
-1
/
+1
*
Sub second time resolution (#6978)
Oscar Nihlgård
2018-04-13
1
-2
/
+2
*
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