Home
last modified time | relevance | path

Searched refs:lcg64 (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/prng/
Drandom.c30 static uint64_t lcg64(uint64_t x) { in lcg64() function
57 s = lcg64(s); in __srandom()
/third_party/musl/porting/liteos_m/kernel/src/prng/
Drandom.c29 static uint64_t lcg64(uint64_t x) { in lcg64() function
56 s = lcg64(s); in __srandom()
/third_party/musl/src/prng/
Drandom.c31 static uint64_t lcg64(uint64_t x) { in lcg64() function
58 s = lcg64(s); in __srandom()
/third_party/boost/libs/mpi/example/
Dparallel_example.cpp52 boost::lcg64 engine( in calculate_samples()
57 boost::variate_generator<boost::lcg64&,boost::uniform_real<> > in calculate_samples()