Function random::default

source ·
pub fn default(seed: u64) -> Default
Expand description

Create an instance of the default source.

The default source is the Xorshift128+ algorithm.