pub fn train_with_rng<'a, R: Rng, S: Into<&'a str>>( documents: Vec<S>, attributes: Vec<Attribute<'a>>, settings: FuzzerSettings, iterations: usize, rng: &mut R, ) -> Result<TrainingResult>
Same as train, but with a custom random number generator (Rng).
train
Rng