12 #ifndef _RANDOM_GENERATOR_SPLIT_MIX_64_H_
13 #define _RANDOM_GENERATOR_SPLIT_MIX_64_H_
Pseudo-random integer generator. This class generates 64-bit integer using SplitMix64 algorithm.
uint64_t next()
Generates the next presudo-random number in the sequence.
SplitMix64(const int64_t seed_)
Constructor. Initializes the state with current time.