Skip to main content

rand

Function rand 

Source
pub fn rand() -> u64
Expand description

Generate random numbers without external dependencies.

It utilizes the system’s ‘RandomState’ to provide a seed-like value based on the hasher’s internal state.