Searched refs:RandGen (Results 1 – 2 of 2) sorted by relevance
117 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, in RandGen() function133 RandGen(ifst, ofst, nopts); in RandGen()153 RandGen(ifst, ofst, nopts); in RandGen()161 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) { in RandGen() function164 RandGen(ifst, ofst, opts); in RandGen()
93 RandGen.Seed(OsclTickCount::TickCount()); in MSD()512 StatusDeterminationNumber = RandGen.Rand() & 0xFFFFFF; // 0xFFFFFF max allowed in NewStatusDeterminationNumber()531 OsclRand RandGen; variable