Expand description
The insecure interface for insecure pseudo-random numbers.
It is intended to be portable at least between Unix-family platforms and Windows.
Functionsยง
- get_
insecure_ random_ bytes - Return
leninsecure pseudo-random bytes. - get_
insecure_ random_ u64 - Return an insecure pseudo-random
u64value.