pub struct DotNetRng { /* private fields */ }Expand description
Port of .NET System.Random (Knuth subtractive generator).
Reproduces the exact sequence of the reference ink C# runtime so that corpus tests can match expected transcripts.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DotNetRng
impl RefUnwindSafe for DotNetRng
impl Send for DotNetRng
impl Sync for DotNetRng
impl Unpin for DotNetRng
impl UnsafeUnpin for DotNetRng
impl UnwindSafe for DotNetRng
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