26 void setSeed(int64_t seed);
27 int32_t nextInt(int32_t limit = INT_MAX);
31 int32_t next(int32_t bits);
Base class for all Lucene classes.
Definition: LuceneObject.h:31
Definition: AbstractAllTermDocs.h:12
int64_t seed
Definition: Random.h:23
Utility class to generate a stream of pseudorandom numbers.
Definition: Random.h:15