Home
last modified time | relevance | path

Searched defs:SystemRandom (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/ring/src/
Drand.rs147 pub struct SystemRandom(()); struct
149 impl SystemRandom { impl
157 impl sealed::SecureRandom for SystemRandom { implementation
164 impl crate::sealed::Sealed for SystemRandom {} implementation
/external/python/cpython2/Lib/
Drandom.py807 class SystemRandom(Random): class
/external/python/cpython3/Lib/
Drandom.py813 class SystemRandom(Random): class