diff options
author | flywind <43030857+xflywind@users.noreply.github.com> | 2021-02-11 18:00:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 16:00:01 -0800 |
commit | 18c24eb4d0694beb971581d59a4570826c5fa01f (patch) | |
tree | df0a6a3404b20712befe354cda4b13597d45e62f /doc | |
parent | 81533a0014a8372207426dc9d067aff4b59db8af (diff) | |
download | Nim-18c24eb4d0694beb971581d59a4570826c5fa01f.tar.gz |
add system random to stdlib: std/sysrand (#16459)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 3055a89a7..11b479902 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -264,6 +264,9 @@ Math libraries * `random <random.html>`_ Fast and tiny random number generator. +* `std/sysrand <sysrand.html>`_ + Cryptographically secure pseudorandom number generator. + * `rationals <rationals.html>`_ This module implements rational numbers and relevant mathematical operations. |