pub struct AleaFast { /* private fields */ }
Expand description
Seedable random number generator. This version is more performant, but could vary from javascript with extreme values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AleaFast
impl RefUnwindSafe for AleaFast
impl Send for AleaFast
impl Sync for AleaFast
impl Unpin for AleaFast
impl UnwindSafe for AleaFast
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