#include <cstdint>
#include <random>
#include <tuple>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/randgen.h>
#include <fst/script/fst-class.h>
#include <fst/script/script-impl.h>
Go to the source code of this file.
|
using | fst::script::FstRandGenArgs = std::tuple< const FstClass &, MutableFstClass *, const RandGenOptions< RandArcSelection > &, uint64_t > |
|
|
template<class Arc > |
void | fst::script::RandGen (FstRandGenArgs *args) |
|
void | fst::script::RandGen (const FstClass &ifst, MutableFstClass *ofst, const RandGenOptions< RandArcSelection > &opts=RandGenOptions< RandArcSelection >(RandArcSelection::UNIFORM), uint64_t seed=std::random_device()()) |
|