Home
last modified time | relevance | path

Searched defs:RandomBits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbigrand.rs260 pub struct RandomBits { struct
264 impl RandomBits { implementation
266 pub fn new(bits: u64) -> RandomBits { in new()
271 impl Distribution<BigUint> for RandomBits { implementation
278 impl Distribution<BigInt> for RandomBits { implementation
/aosp_15_r20/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp386 uint64_t RandomBits[2]; in Act() local