summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2021-02-11 18:00:01 -0600
committerGitHub <noreply@github.com>2021-02-11 16:00:01 -0800
commit18c24eb4d0694beb971581d59a4570826c5fa01f (patch)
treedf0a6a3404b20712befe354cda4b13597d45e62f /doc
parent81533a0014a8372207426dc9d067aff4b59db8af (diff)
downloadNim-18c24eb4d0694beb971581d59a4570826c5fa01f.tar.gz
add system random to stdlib: std/sysrand (#16459)
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst3
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.