Searched defs:FastRand (Results 1 – 2 of 2) sorted by relevance
11 pub(crate) struct FastRand { struct16 impl FastRand { argument18 pub(crate) fn new(seed: u64) -> FastRand { in new()
613 pub(crate) struct FastRand { struct614 one: Cell<u32>,615 two: Cell<u32>,618 impl FastRand { impl620 pub(crate) fn new(seed: u64) -> FastRand { in new()