Trait nekolib::utils::RandomGenerator
source · pub trait RandomGenerator<Input> {
type Output;
// Required method
fn generate(&mut self, subject: Input) -> Self::Output;
}
pub trait RandomGenerator<Input> {
type Output;
// Required method
fn generate(&mut self, subject: Input) -> Self::Output;
}