Lines Matching refs:Random
42 bool Random::operator==(const Random &other) const in operator ==()
47 bool Random::operator!=(const Random &other) const in operator !=()
59 Random rnd(4789); in Random_selfTest()
68 Random rnd(4789); in Random_selfTest()
78 Random rnd(4789); in Random_selfTest()
90 Random rnd(4789); in Random_selfTest()
101 Random rnd(4789); in Random_selfTest()
112 Random rnd(4789); in Random_selfTest()
126 Random rnd(4789); in Random_selfTest()
142 Random rnd(4789); in Random_selfTest()
155 Random rnd(4789); in Random_selfTest()
172 Random rnd(4789); in Random_selfTest()
183 void fillWithRandomData(de::Random &rnd, void *data, size_t size) in fillWithRandomData()