Home
last modified time | relevance | path

Searched defs:rand48 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/random/
Dlinear_congruential.hpp351 class rand48 class
368 rand48() : lcf(cnv(static_cast<uint32_t>(1))) {} in rand48() function in boost::random::rand48
372 BOOST_RANDOM_DETAIL_ARITHMETIC_CONSTRUCTOR(rand48, result_type, x0) in BOOST_RANDOM_DETAIL_ARITHMETIC_CONSTRUCTOR() argument
377 BOOST_RANDOM_DETAIL_SEED_SEQ_CONSTRUCTOR(rand48, SeedSeq, seq) in BOOST_RANDOM_DETAIL_SEED_SEQ_CONSTRUCTOR() argument
383 template<class It> rand48(It& first, It last) : lcf(first, last) { } in rand48() function in boost::random::rand48
392 BOOST_RANDOM_DETAIL_ARITHMETIC_SEED(rand48, result_type, x0) in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED() argument
402 BOOST_RANDOM_DETAIL_SEED_SEQ_SEED(rand48, SeedSeq, seq) in BOOST_RANDOM_DETAIL_SEED_SEQ_SEED() argument