Random number generator (included): Difference between revisions

Content added Content deleted
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 905: Line 905:
[http://www.mpfr.org mpfr] library.
[http://www.mpfr.org mpfr] library.


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
Vlang has at least two random number modules (at the time this was typed), which are "rand" and "crypto.rand":
V (Vlang) has at least two random number modules (at the time this was typed), which are "rand" and "crypto.rand":


# https://modules.vlang.io/rand.html, in the standard library, provides two main ways in which users can generate pseudorandom numbers.
# https://modules.vlang.io/rand.html, in the standard library, provides two main ways in which users can generate pseudorandom numbers.