FST
openfst-1.8.2.post1
OpenFst Library
|
#include <randgen.h>
Public Types | |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
LogProbArcSelector () | |
LogProbArcSelector (uint64_t seed) | |
size_t | operator() (const Fst< Arc > &fst, StateId s) const |
uint64_t | Seed () const |
Protected Member Functions | |
Log64Weight | ToLogWeight (const Weight &weight) const |
std::mt19937_64 & | MutableRand () const |
using fst::LogProbArcSelector< Arc >::StateId = typename Arc::StateId |
using fst::LogProbArcSelector< Arc >::Weight = typename Arc::Weight |
|
inline |
|
inlineexplicit |
|
inlineprotected |
|
inline |
|
inline |
|
inlineprotected |