Trait necsim_core::cogs::rng::SplittableRng
source · pub trait SplittableRng<M: MathsCore>: RngCore<M> {
// Required methods
fn split(self) -> (Self, Self);
fn split_to_stream(self, stream: u64) -> Self;
}
Required Methods§
fn split(self) -> (Self, Self)
fn split_to_stream(self, stream: u64) -> Self
Object Safety§
This trait is not object safe.