FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
randgen.cc File Reference
#include <fst/script/randgen.h>
#include <cstdint>
#include <fst/properties.h>
#include <fst/randgen.h>
#include <fst/script/fst-class.h>
#include <fst/script/script-impl.h>
Include dependency graph for randgen.cc:

Go to the source code of this file.

Namespaces

 fst
 
 fst::script
 

Functions

void fst::script::RandGen (const FstClass &ifst, MutableFstClass *ofst, const RandGenOptions< RandArcSelection > &opts=RandGenOptions< RandArcSelection >(RandArcSelection::UNIFORM), uint64_t seed=std::random_device()())
 
 fst::script::REGISTER_FST_OPERATION_3ARCS (RandGen, FstRandGenArgs)