mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 09:47:17 +00:00
Improve rng doc string accuracy.
This commit is contained in:
parent
95660002e1
commit
f94e726271
@ -413,7 +413,7 @@ static const JanetReg math_cfuns[] = {
|
||||
"math/rng", cfun_rng_make,
|
||||
JDOC("(math/rng &opt seed)\n\n"
|
||||
"Creates a Psuedo-Random number generator, with an optional seed. "
|
||||
"The seed should be an unsigned 32 bit integer. "
|
||||
"The seed should be an unsigned 32 bit integer or a buffer. "
|
||||
"Do not use this for cryptography. Returns a core/rng abstract type.")
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user