Searched defs:RNG (Results 1 – 11 of 11) sorted by relevance
20 RNG::RNG() in RNG() function in angle::RNG27 RNG::RNG(unsigned int seed) : mGenerator(seed) {} in RNG() function in angle::RNG
16 static RNG: Cell<Wrapping<u32>> = Cell::new(Wrapping(1_406_868_647)); in shuffle() constant
29 static RNG: Cell<Wrapping<u64>> = Cell::new(Wrapping(prng_seed())); in random() constant
35 private static final Random RNG = new Random(82674067L); field in QuantilesAlgorithmTest
97 RandomNumberGeneratorWrapper RNG(R); in TEST() local
61 #define BM_RNG(DEVICE, RNG) \ argument
198 static RNG: Rng = Rng(Cell::new({ constant
31 class RNG; variable
1427 #define RNG ((RNG_TypeDef *) RNG_BASE) macro
1576 #define RNG ((RNG_TypeDef *) RNG_BASE) macro