Home
last modified time | relevance | path

Searched refs:XorShift64Star (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rayon-core/src/
Dregistry.rs604 rng: XorShift64Star,
808 rng: XorShift64Star::new(), in main_loop()
890 struct XorShift64Star { struct
894 impl XorShift64Star { implementation
906 XorShift64Star { in new()