Home
last modified time | relevance | path

Searched defs:Rng (Results 1 – 17 of 17) sorted by relevance

/external/crosvm/devices/src/virtio/
Drng.rs146 pub struct Rng { struct
151 impl Rng { argument
153 pub fn new(virtio_features: u64) -> Result<Rng> { in new()
161 impl VirtioDevice for Rng { implementation
223 impl Suspendable for Rng {} implementation
Dmod.rs112 Rng = virtio_ids::VIRTIO_ID_RNG, enumerator
/external/rust/crates/fastrand/src/
Dlib.rs85 pub struct Rng(Cell<u64>); struct
87 impl Default for Rng { implementation
94 impl Clone for Rng { implementation
115 fn clone(&self) -> Rng { in clone()
120 impl Rng { implementation
273 impl Rng { implementation
/external/rust/crates/rand/src/rngs/
Dsmall.rs14 type Rng = super::xoshiro256plusplus::Xoshiro256PlusPlus; typedef
16 type Rng = super::xoshiro128plusplus::Xoshiro128PlusPlus; typedef
/external/rust/crates/criterion/src/stats/
Drand_util.rs5 pub type Rng = Rand64; typedef
/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Delliptic_curve.rs43 type Rng: crate::CryptoRng; typedef
/external/rust/crates/rand/src/
Drng.rs55 pub trait Rng: RngCore { interface
/external/rust/beto-rust/nearby/presence/xts_aes/tests/
Dxts_roundtrip_tests.rs114 R: rand::Rng, in identical_to_xtsmode_crate()
/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/
Dx25519.rs47 type Rng = RcRng<R>; typedef
Dp256.rs93 type Rng = RcRng<R>; typedef
/external/rust/beto-rust/nearby/crypto/crypto_provider_openssl/src/
Dx25519.rs50 type Rng = (); typedef
Dp256.rs116 type Rng = (); typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.take.while/sentinel/
Dctor.convert.pass.cpp114 struct Rng : std::ranges::view_base { in test() struct
/external/webrtc/rtc_base/
Dhelpers.cc91 RandomGenerator& Rng() { in Rng() function
/external/rust/crates/rand/src/distributions/
Ddistribution.rs75 R: Rng, in sample_iter()
/external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/
Dlib.rs184 type Rng = (); typedef
205 type Rng = (); typedef
/external/rust/crates/base64/src/engine/
Dtests.rs1206 fn generate_random_encoded_data<E: Engine, R: rand::Rng, D: distributions::Distribution<usize>>( in generate_random_encoded_data()
1233 fn fill_rand<R: rand::Rng, D: distributions::Distribution<usize>>( in fill_rand()