add system random to stdlib: std/sysrand (#16459)

This commit is contained in:
flywind
2021-02-11 18:00:01 -06:00
committed by GitHub
parent 81533a0014
commit 18c24eb4d0
6 changed files with 333 additions and 0 deletions

View File

@@ -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.