Trait wfst::semiring::test::RandomWeightGenerator [] [src]

pub trait RandomWeightGenerator {
    fn genweight<T: RandomWeight>(&mut self, allow_zero: bool) -> T;
}

Required Methods

Implementations on Foreign Types

impl RandomWeightGenerator for StdRng
[src]

[src]

Implementors