Function probability::source::default

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

Create an instance of the default source.

The default source is the Xorshift128+ algorithm.