[go: up one dir, main page]

Module insecure

Module insecure 

Source
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 len insecure pseudo-random bytes.
get_insecure_random_u64
Return an insecure pseudo-random u64 value.