diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-05-30 14:37:18 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-05-30 16:24:52 +0200 |
commit | 5575cfd3ec6124fd0447b00b3edc40c0a25f79da (patch) | |
tree | b65ea5c0f794be8a9bb240917b7f7f59a616c743 /doc | |
parent | 4180f59b27a5a323ee5d35ccf1038647290a12fb (diff) | |
download | Nim-5575cfd3ec6124fd0447b00b3edc40c0a25f79da.tar.gz |
added pure Nim random stdlib module
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index e24db97e0..24ba0243e 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -202,6 +202,9 @@ Math libraries * `mersenne <mersenne.html>`_ Mersenne twister random number generator. +* `random <random.html>`_ + Fast and tiny random number generator. + * `stats <stats.html>`_ Statistical analysis |