Home
last modified time | relevance | path

Searched refs:has_fixed_range (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/random/extra/
Dhaertel.hpp35 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/
Drandom_speed.cpp57 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/
Dlagged_fibonacci.hpp50 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>
Dadditive_combine.hpp58 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>
Dlinear_congruential.hpp69 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);
Dxor_combine.hpp46 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>
Dlinear_feedback_shift.hpp47 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>
Dinversive_congruential.hpp71 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>
Duniform_01.hpp129 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false);
185 const bool backward_compatible_uniform_01<UniformRandomNumberGenerator, RealType>::has_fixed_range;
Dshuffle_order.hpp65 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>
Drandom_device.hpp93 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false);
Dindependent_bits.hpp52 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>
Ddiscard_block.hpp54 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>
Dsubtract_with_carry.hpp121 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>
Dmersenne_twister.hpp101 BOOST_STATIC_CONSTANT(bool, has_fixed_range = false);
526 BOOST_RANDOM_MT_DEFINE_CONSTANT(bool, has_fixed_range);
/third_party/boost/libs/random/test/
Dconcepts.hpp122 BOOST_STATIC_ASSERT(!E::has_fixed_range);
/third_party/boost/libs/random/src/
Drandom_device.cpp26 const bool boost::random::random_device::has_fixed_range; member in boost::random::random_device
/third_party/boost/libs/random/doc/
Dnondet_random.qbk25 static const bool has_fixed_range = true;