pub struct Random_Rijndael {}Expand description
The type Random_AES which is a pseudo-random number generator using
an AES encryption/decryption algorithm AES.
It is a specific version of the generic struct
Random_Generic.
Implementations§
Source§impl Random_Rijndael
impl Random_Rijndael
pub fn new() -> Random_Generic<SECURE_COUNT>
pub fn new_with_seeds(seed: u64, aux: u64) -> Random_Generic<SECURE_COUNT>
Auto Trait Implementations§
impl Freeze for Random_Rijndael
impl RefUnwindSafe for Random_Rijndael
impl Send for Random_Rijndael
impl Sync for Random_Rijndael
impl Unpin for Random_Rijndael
impl UnwindSafe for Random_Rijndael
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more