/third_party/boost/boost/random/ |
D | linear_congruential.hpp | 351 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/ |
D | test_random_generator.cpp | 87 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()
|
D | test_generators.cpp | 118 basic_random_generator<boost::rand48> uuid_gen2; in test_main()
|
/third_party/boost/libs/uuid/test/compile-fail/ |
D | basic_random_generator_no_copy_ctor.cpp | 14 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()
|
D | basic_random_generator_no_copy_assign.cpp | 14 boost::uuids::basic_random_generator<boost::rand48> uuid_gen1, uuid_gen2; in main()
|
/third_party/boost/libs/graph_parallel/test/ |
D | distributed_rmat_pagerank.cpp | 71 typedef scalable_rmat_iterator<mpi_process_group, Distribution, rand48, Graph> in test_filtered_rmat_pagerank() 76 rand48 gen; in test_filtered_rmat_pagerank()
|
D | distributed_rmat_cc.cpp | 75 typedef unique_rmat_iterator<rand48, Graph, EdgeFilter> in test_filtered_rmat_cc() 80 rand48 gen; in test_filtered_rmat_cc()
|
D | distributed_rmat_cc_ps.cpp | 71 typedef scalable_rmat_iterator<mpi_process_group, Distribution, rand48, Graph> in test_filtered_rmat_cc() 76 rand48 gen; in test_filtered_rmat_cc()
|
D | algorithm_performance.cpp | 754 rand48 gen; in test_main()
|
D | ssca.cpp | 64 typedef rand48 RandomGenerator;
|
/third_party/boost/libs/random/test/ |
D | test_rand48.cpp | 15 #define BOOST_RANDOM_URNG boost::random::rand48
|
D | statistic_tests.cpp | 461 TEST(rand48); in main()
|
/third_party/boost/libs/random/doc/ |
D | generator_performance_linux.qbk | 3 [[rand48][149.254][6.7][59%]]
|
D | generator_performance_windows.qbk | 3 [[rand48][152.672][6.55][64%]]
|
D | Jamfile.v2 | 111 … rand48=\"@xmlonly <classname alt=\\\"boost::random::rand48\\\">rand48</classname> @endxmlonly\" \\
|
D | random.qbk | 41 [def __rand48 [classref boost::random::rand48 rand48]]
|
/third_party/boost/libs/graph/test/ |
D | generator_test.cpp | 26 typedef rand48 RandomGenerator; in main()
|
/third_party/boost/boost/iostreams/filter/ |
D | test.hpp | 72 static rand48 random_gen; in rand()
|
/third_party/boost/libs/random/performance/ |
D | random_speed.cpp | 328 run(iter, "rand48", boost::rand48()); in main()
|
/third_party/musl/ |
D | WHATSNEW | 1359 - incorrect sequence generation in the rand48 family of prng functions
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 2606 boost/random/rand48.html
|