HomeSort by relevance Sort by last modified time
    Searched defs:UniformArcSelector (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h 42 struct UniformArcSelector {
46 UniformArcSelector(int seed = time(0)) { srand(seed); }
162 UniformArcSelector<Arc> uniform_selector;
163 RandGenOptions< UniformArcSelector<Arc> > opts(uniform_selector);
  /external/openfst/src/include/fst/
randgen.h 48 struct UniformArcSelector {
52 UniformArcSelector(int seed = time(0)) { srand(seed); }
705 UniformArcSelector<IArc> uniform_selector;
706 RandGenOptions< UniformArcSelector<IArc> > opts(uniform_selector);

Completed in 47 milliseconds