Searched refs:lcg64 (Results 1 – 4 of 4) sorted by relevance
30 static uint64_t lcg64(uint64_t x) { in lcg64() function57 s = lcg64(s); in __srandom()
29 static uint64_t lcg64(uint64_t x) { in lcg64() function56 s = lcg64(s); in __srandom()
31 static uint64_t lcg64(uint64_t x) { in lcg64() function58 s = lcg64(s); in __srandom()
52 boost::lcg64 engine( in calculate_samples()57 boost::variate_generator<boost::lcg64&,boost::uniform_real<> > in calculate_samples()