Home | History | Annotate | Download | only in utils

Lines Matching defs:RandomNumberGenerator

20 static RandomNumberGenerator::EntropySource entropy_source = NULL;
24 void RandomNumberGenerator::SetEntropySource(EntropySource source) {
30 RandomNumberGenerator::RandomNumberGenerator() {
81 int RandomNumberGenerator::NextInt(int max) {
99 double RandomNumberGenerator::NextDouble() {
105 int64_t RandomNumberGenerator::NextInt64() {
111 void RandomNumberGenerator::NextBytes(void* buffer, size_t buflen) {
118 int RandomNumberGenerator::Next(int bits) {
126 void RandomNumberGenerator::SetSeed(int64_t seed) {
134 uint64_t RandomNumberGenerator::MurmurHash3(uint64_t h) {