#include <ctime>
#include <tuple>
#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::RandGenArgs = std::tuple< const FstClass &, MutableFstClass *, time_t, const RandGenOptions< RandArcSelection > & > |
|
|
template<class Arc > |
void | fst::script::RandGen (RandGenArgs *args) |
|
void | fst::script::RandGen (const FstClass &ifst, MutableFstClass *ofst, time_t seed=time(nullptr), const RandGenOptions< RandArcSelection > &opts=RandGenOptions< RandArcSelection >(UNIFORM_ARC_SELECTOR)) |
|