Home
last modified time | relevance | path

Searched defs:has_fixed_range (Results 1 – 13 of 13) 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.cpp195 static const bool has_fixed_range = false; member
225 static const bool has_fixed_range = false; member
/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/boost/random/
Dinversive_congruential.hpp220 const bool inversive_congruential_engine<IntType, a, b, p>::has_fixed_range; member in boost::random::inversive_congruential_engine<IntType, a, b, p>
Dlagged_fibonacci.hpp188 const bool lagged_fibonacci_engine<UIntType, w, p, q>::has_fixed_range; member in boost::random::lagged_fibonacci_engine<UIntType, w, p, q>
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>
Dxor_combine.hpp175 const bool xor_combine_engine<URNG1, s1, URNG2, s2>::has_fixed_range; member in boost::random::xor_combine_engine<URNG1, s1, URNG2, s2>
Dshuffle_order.hpp230 const bool shuffle_order_engine<URNG, k>::has_fixed_range; member in boost::random::shuffle_order_engine<URNG, k>
Dlinear_feedback_shift.hpp179 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>
Dadditive_combine.hpp241 const bool additive_combine_engine<MLCG1, MLCG2>::has_fixed_range; member in boost::random::additive_combine_engine<MLCG1, MLCG2>
Dindependent_bits.hpp277 const bool independent_bits_engine<Engine, w, UIntType>::has_fixed_range; member in boost::random::independent_bits_engine<Engine, w, UIntType>
Ddiscard_block.hpp186 const bool discard_block_engine<URNG, p, r>::has_fixed_range; member in boost::random::discard_block_engine<URNG, p, r>
Dsubtract_with_carry.hpp311 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>
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>
Dlinear_congruential.hpp284 const bool linear_congruential_engine<IntType, a, c, m>::has_fixed_range; member in boost::random::linear_congruential_engine<IntType, a, c, m>