Home
last modified time | relevance | path

Searched refs:rand48 (Results 1 – 21 of 21) 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
424 operator<<(std::basic_ostream<CharT,Traits>& os, const rand48& r) in operator <<()
430 operator>>(std::basic_istream<CharT,Traits>& is, rand48& r) in operator >>()
438 friend bool operator==(const rand48& x, const rand48& y) in operator ==()
[all …]
/third_party/boost/libs/uuid/test/
Dtest_random_generator.cpp87 basic_random_generator<boost::rand48> uuid_gen2; in main()
112 basic_random_generator<boost::rand48> uuid_gen1; in main()
113 basic_random_generator<boost::rand48> uuid_gen2(boost::move(uuid_gen1)); in main()
124 basic_random_generator<boost::rand48> uuid_gen1, uuid_gen2; in main()
Dtest_generators.cpp118 basic_random_generator<boost::rand48> uuid_gen2; in test_main()
/third_party/boost/libs/uuid/test/compile-fail/
Dbasic_random_generator_no_copy_ctor.cpp14 boost::uuids::basic_random_generator<boost::rand48> uuid_gen1; in main()
15 boost::uuids::basic_random_generator<boost::rand48> uuid_gen2(uuid_gen1); in main()
Dbasic_random_generator_no_copy_assign.cpp14 boost::uuids::basic_random_generator<boost::rand48> uuid_gen1, uuid_gen2; in main()
/third_party/boost/libs/graph_parallel/test/
Ddistributed_rmat_pagerank.cpp71 typedef scalable_rmat_iterator<mpi_process_group, Distribution, rand48, Graph> in test_filtered_rmat_pagerank()
76 rand48 gen; in test_filtered_rmat_pagerank()
Ddistributed_rmat_cc.cpp75 typedef unique_rmat_iterator<rand48, Graph, EdgeFilter> in test_filtered_rmat_cc()
80 rand48 gen; in test_filtered_rmat_cc()
Ddistributed_rmat_cc_ps.cpp71 typedef scalable_rmat_iterator<mpi_process_group, Distribution, rand48, Graph> in test_filtered_rmat_cc()
76 rand48 gen; in test_filtered_rmat_cc()
Dalgorithm_performance.cpp754 rand48 gen; in test_main()
Dssca.cpp64 typedef rand48 RandomGenerator;
/third_party/boost/libs/random/test/
Dtest_rand48.cpp15 #define BOOST_RANDOM_URNG boost::random::rand48
Dstatistic_tests.cpp461 TEST(rand48); in main()
/third_party/boost/libs/random/doc/
Dgenerator_performance_linux.qbk3 [[rand48][149.254][6.7][59%]]
Dgenerator_performance_windows.qbk3 [[rand48][152.672][6.55][64%]]
DJamfile.v2111rand48=\"@xmlonly <classname alt=\\\"boost::random::rand48\\\">rand48</classname> @endxmlonly\" \\
Drandom.qbk41 [def __rand48 [classref boost::random::rand48 rand48]]
/third_party/boost/libs/graph/test/
Dgenerator_test.cpp26 typedef rand48 RandomGenerator; in main()
/third_party/boost/boost/iostreams/filter/
Dtest.hpp72 static rand48 random_gen; in rand()
/third_party/boost/libs/random/performance/
Drandom_speed.cpp328 run(iter, "rand48", boost::rand48()); in main()
/third_party/musl/
DWHATSNEW1359 - incorrect sequence generation in the rand48 family of prng functions
/third_party/boost/doc/html/
Ddoc_HTML.manifest2606 boost/random/rand48.html