Searched refs:kAlphabetSize (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandom-weight.h90 // strings chosen from {1,...,kAlphabetSize}^{0,kMaxStringLength} U { Zero }
108 v.push_back(rand() % kAlphabetSize + 1);
114 static const int kAlphabetSize = 5; member in class:fst::StringWeightGenerator

Completed in 38 milliseconds