pub struct FibLFSR16(/* private fields */);Expand description
16bit fibonacci linear-feedback shift register psuedo-rng.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FibLFSR16
impl RefUnwindSafe for FibLFSR16
impl Send for FibLFSR16
impl Sync for FibLFSR16
impl Unpin for FibLFSR16
impl UnsafeUnpin for FibLFSR16
impl UnwindSafe for FibLFSR16
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