Searched defs:RAND_SOURCE (Results 1 – 1 of 1) sorted by relevance
49 static RAND_SOURCE: OnceBox<Box<dyn RandomSource + Send + Sync>> = OnceBox::new(); constant201 static RAND_SOURCE: DefaultRandomSource = DefaultRandomSource::default(); in get_src() variable