xapian-core
1.4.26
|
Long-running "soak" tests for Xapian. More...
Go to the source code of this file.
Functions | |
unsigned int | initrand () |
Initialise the random number generator with the seed. More... | |
unsigned int | randint (unsigned int s) |
Return a random integer in the range 0 to s-1. More... | |
Long-running "soak" tests for Xapian.
Definition in file soaktest.h.
unsigned int initrand | ( | ) |
Initialise the random number generator with the seed.
Definition at line 39 of file soaktest.cc.
References g_random_seed, gen, and tout.
Referenced by DEFINE_TESTCASE().
unsigned int randint | ( | unsigned int | s | ) |
Return a random integer in the range 0 to s-1.
Definition at line 46 of file soaktest.cc.
References gen.
Referenced by builddb_queries1(), combine_AND(), combine_OR(), combine_XOR(), QueryBuilder::make_query(), and push_leaf_N().