Function randgen_with_config

Source
pub fn randgen_with_config<W: Semiring<Type = f32>, FI: Fst<W>, FO: MutableFst<W>, S: TrSelector>(
    ifst: &FI,
    config: RandGenConfig<S>,
) -> Result<FO>
Expand description

Randomly generate paths through an Fst; execution controlled by RandGenConfig.