/third_party/boost/libs/random/extra/ |
D | haertel.hpp | 35 static const bool has_fixed_range = true; member in boost::random::additive_congruential 40 has_fixed_range = true, enumerator 76 static const bool has_fixed_range = true; member in boost::random::lagged_fibonacci_int 81 has_fixed_range = true, enumerator
|
/third_party/boost/libs/random/performance/ |
D | random_speed.cpp | 57 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 80 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 181 std::cout << (RNG::has_fixed_range ? "fixed-range " : ""); in run() 195 static const bool has_fixed_range = false; member 225 static const bool has_fixed_range = false; member
|
/third_party/boost/boost/random/ |
D | lagged_fibonacci.hpp | 50 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 188 const bool lagged_fibonacci_engine<UIntType, w, p, q>::has_fixed_range; member in boost::random::lagged_fibonacci_engine<UIntType, w, p, q> 264 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 407 const bool lagged_fibonacci_01_engine<RealType, w, p, q>::has_fixed_range; member in boost::random::lagged_fibonacci_01_engine<RealType, w, p, q>
|
D | additive_combine.hpp | 58 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 241 const bool additive_combine_engine<MLCG1, MLCG2>::has_fixed_range; member in boost::random::additive_combine_engine<MLCG1, MLCG2>
|
D | linear_congruential.hpp | 69 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 284 const bool linear_congruential_engine<IntType, a, c, m>::has_fixed_range; member in boost::random::linear_congruential_engine<IntType, a, c, m> 356 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false);
|
D | xor_combine.hpp | 46 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 175 const bool xor_combine_engine<URNG1, s1, URNG2, s2>::has_fixed_range; member in boost::random::xor_combine_engine<URNG1, s1, URNG2, s2>
|
D | linear_feedback_shift.hpp | 47 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 179 const bool linear_feedback_shift_engine<UIntType, w, k, q, s>::has_fixed_range; member in boost::random::linear_feedback_shift_engine<UIntType, w, k, q, s>
|
D | inversive_congruential.hpp | 71 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 220 const bool inversive_congruential_engine<IntType, a, b, p>::has_fixed_range; member in boost::random::inversive_congruential_engine<IntType, a, b, p>
|
D | uniform_01.hpp | 129 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 185 const bool backward_compatible_uniform_01<UniformRandomNumberGenerator, RealType>::has_fixed_range;
|
D | shuffle_order.hpp | 65 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 230 const bool shuffle_order_engine<URNG, k>::has_fixed_range; member in boost::random::shuffle_order_engine<URNG, k>
|
D | random_device.hpp | 93 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false);
|
D | independent_bits.hpp | 52 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 277 const bool independent_bits_engine<Engine, w, UIntType>::has_fixed_range; member in boost::random::independent_bits_engine<Engine, w, UIntType>
|
D | discard_block.hpp | 54 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 186 const bool discard_block_engine<URNG, p, r>::has_fixed_range; member in boost::random::discard_block_engine<URNG, p, r>
|
D | subtract_with_carry.hpp | 121 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 311 const bool subtract_with_carry_engine<IntType, w, s, r>::has_fixed_range; member in boost::random::subtract_with_carry_engine<IntType, w, s, r> 342 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 523 const bool subtract_with_carry_01_engine<RealType, w, s, r>::has_fixed_range; member in boost::random::subtract_with_carry_01_engine<RealType, w, s, r>
|
D | mersenne_twister.hpp | 101 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false); 526 BOOST_RANDOM_MT_DEFINE_CONSTANT(bool, has_fixed_range);
|
/third_party/boost/libs/random/test/ |
D | concepts.hpp | 122 BOOST_STATIC_ASSERT(!E::has_fixed_range);
|
/third_party/boost/libs/random/src/ |
D | random_device.cpp | 26 const bool boost::random::random_device::has_fixed_range; member in boost::random::random_device
|
/third_party/boost/libs/random/doc/ |
D | nondet_random.qbk | 25 static const bool has_fixed_range = true;
|