Home
last modified time | relevance | path

Searched defs:XorShiftRng (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rand_xorshift/src/
Dlib.rs36 pub struct XorShiftRng { struct
44 impl fmt::Debug for XorShiftRng { argument
50 impl RngCore for XorShiftRng { implementation
79 impl SeedableRng for XorShiftRng { implementation