Searched defs:FastRand (Results 1 – 2 of 2) sorted by relevance
109 pub(crate) struct FastRand { struct114 impl FastRand { argument116 pub(crate) fn new(seed: RngSeed) -> FastRand { in new()
639 pub(crate) struct FastRand { struct640 one: Cell<u32>,641 two: Cell<u32>,644 impl FastRand { implementation646 pub(crate) fn new(seed: u64) -> FastRand { in new()