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