Home
last modified time | relevance | path

Searched refs:minstd_rand0 (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/libs/random/test/
Dtest_uniform_on_sphere_distribution.cpp52 static unsigned (max)() { return boost::random::minstd_rand0::max(); }
63 boost::random::minstd_rand0 gen;
74 boost::random::minstd_rand0 gen; in BOOST_AUTO_TEST_CASE()
Dtest_zero_seed.cpp22 BOOST_CHECK(boost::random::minstd_rand0(0) == boost::random::minstd_rand0()); in BOOST_AUTO_TEST_CASE()
Dtest_minstd_rand0.cpp15 #define BOOST_RANDOM_URNG boost::random::minstd_rand0
Dtest_independent_bits31.cpp15 typedef boost::random::independent_bits_engine<boost::random::minstd_rand0, 31, boost::uint32_t> in…
Dtest_discrete_distribution.cpp155 boost::minstd_rand0 gen; in BOOST_AUTO_TEST_CASE()
Dtest_piecewise_constant_distribution.cpp229 boost::minstd_rand0 gen; in BOOST_AUTO_TEST_CASE()
Dtest_piecewise_linear_distribution.cpp235 boost::minstd_rand0 gen; in BOOST_AUTO_TEST_CASE()
Dtest_distribution.ipp210 boost::minstd_rand0 gen;
/third_party/boost/boost/random/
Dlagged_fibonacci.hpp94 minstd_rand0 intgen(static_cast<boost::uint32_t>(value)); in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
95 detail::generator_seed_seq<minstd_rand0> gen(intgen); in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
296 minstd_rand0 intgen(value); in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
297 detail::generator_seed_seq<minstd_rand0> gen(intgen); in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
Dlinear_congruential.hpp327 typedef linear_congruential_engine<uint32_t, 16807, 0, 2147483647> minstd_rand0; typedef
462 using random::minstd_rand0;
Dshuffle_order.hpp259 typedef shuffle_order_engine<minstd_rand0, 256> knuth_b;
/third_party/boost/libs/random/doc/
Dgenerator_performance_linux.qbk5 [[minstd_rand0][22.9885][43.5][9%]]
Dgenerator_performance_windows.qbk5 [[minstd_rand0][39.8248][25.11][16%]]
DJamfile.v2110minstd_rand0=\"@xmlonly <classname alt=\\\"boost::random::minstd_rand0\\\">minstd_rand0</classname…
Drandom.qbk39 [def __minstd_rand0 [classref boost::random::minstd_rand0 minstd_rand0]]
/third_party/re2/re2/testing/
Dstring_generator.h55 std::minstd_rand0 rng_; // Random number generator.
Dregexp_generator.h60 std::minstd_rand0 rng_; // Random number generator.
/third_party/boost/libs/config/test/
Dboost_no_cxx11_hdr_random.ipp19 using std::minstd_rand0;
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dseed_sequences_test.cc50 absl::random_internal::NonsecureURBGBase<std::minstd_rand0>; in TEST()
/third_party/abseil-cpp/absl/random/
Dseed_sequences_test.cc50 absl::random_internal::NonsecureURBGBase<std::minstd_rand0>; in TEST()
/third_party/abseil-cpp/absl/container/
Dbtree_test.h130 std::minstd_rand0 rng(seed);
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.h130 std::minstd_rand0 rng(seed);
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_benchmark.cc169 std::minstd_rand0 rng(1); in MakeFloatStrings()
/third_party/abseil-cpp/absl/strings/
Dnumbers_benchmark.cc169 std::minstd_rand0 rng(1); in MakeFloatStrings()
/third_party/boost/libs/random/performance/
Drandom_speed.cpp341 run(iter, "minstd_rand0", boost::minstd_rand0()); in main()

12