Searched defs:Xoshiro256PlusPlus (Results 1 – 1 of 1) sorted by relevance
24 pub struct Xoshiro256PlusPlus { struct28 impl SeedableRng for Xoshiro256PlusPlus { argument34 fn from_seed(seed: [u8; 32]) -> Xoshiro256PlusPlus { in from_seed()61 impl RngCore for Xoshiro256PlusPlus { implementation