/third_party/boost/boost/random/ |
D | uniform_real.hpp | 44 typedef uniform_real distribution_type; typedef in boost::uniform_real::param_type
|
D | variate_generator.hpp | 58 typedef Distribution distribution_type; typedef in boost::random::variate_generator
|
D | uniform_int.hpp | 44 typedef uniform_int distribution_type; typedef in boost::uniform_int::param_type
|
D | bernoulli_distribution.hpp | 48 typedef bernoulli_distribution distribution_type; typedef in boost::random::bernoulli_distribution::param_type
|
D | student_t_distribution.hpp | 45 typedef student_t_distribution distribution_type; typedef in boost::random::student_t_distribution::param_type
|
D | laplace_distribution.hpp | 39 typedef laplace_distribution distribution_type; typedef in boost::random::laplace_distribution::param_type
|
D | weibull_distribution.hpp | 41 typedef weibull_distribution distribution_type; typedef in boost::random::weibull_distribution::param_type
|
D | beta_distribution.hpp | 39 typedef beta_distribution distribution_type; typedef in boost::random::beta_distribution::param_type
|
D | extreme_value_distribution.hpp | 41 typedef extreme_value_distribution distribution_type; typedef in boost::random::extreme_value_distribution::param_type
|
D | chi_squared_distribution.hpp | 40 typedef chi_squared_distribution distribution_type; typedef in boost::random::chi_squared_distribution::param_type
|
D | fisher_f_distribution.hpp | 44 typedef fisher_f_distribution distribution_type; typedef in boost::random::fisher_f_distribution::param_type
|
D | cauchy_distribution.hpp | 49 typedef cauchy_distribution distribution_type; typedef in boost::random::cauchy_distribution::param_type
|
D | non_central_chi_squared_distribution.hpp | 60 typedef non_central_chi_squared_distribution distribution_type; typedef in boost::random::non_central_chi_squared_distribution::param_type
|
D | negative_binomial_distribution.hpp | 44 typedef negative_binomial_distribution distribution_type; typedef in boost::random::negative_binomial_distribution::param_type
|
D | uniform_on_sphere.hpp | 50 typedef uniform_on_sphere distribution_type; typedef in boost::random::uniform_on_sphere::param_type
|
D | geometric_distribution.hpp | 57 typedef geometric_distribution distribution_type; typedef in boost::random::geometric_distribution::param_type
|
D | exponential_distribution.hpp | 253 typedef exponential_distribution distribution_type; typedef in boost::random::exponential_distribution::param_type
|
D | gamma_distribution.hpp | 49 typedef gamma_distribution distribution_type; typedef in boost::random::gamma_distribution::param_type
|
D | triangle_distribution.hpp | 49 typedef triangle_distribution distribution_type; typedef in boost::random::triangle_distribution::param_type
|
/third_party/boost/libs/random/example/ |
D | random_demo.cpp | 32 typedef boost::uniform_int<> distribution_type; in experiment() typedef
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/ |
D | random_fill.hpp | 46 boost::compute::uniform_real_distribution<value_type> distribution_type; in random_fill() typedef
|
/third_party/boost/boost/compute/algorithm/detail/ |
D | random_fill.hpp | 46 boost::compute::uniform_real_distribution<value_type> distribution_type; in random_fill() typedef
|
/third_party/boost/libs/random/test/ |
D | multiprecision_int_test.cpp | 151 BOOST_AUTO_TEST_CASE_TEMPLATE(distributions, distribution_type, uniform_distributions) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument 197 BOOST_AUTO_TEST_CASE_TEMPLATE(discrete_distributions, distribution_type, other_distributions) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
|
D | test_old_uniform_int_distribution.cpp | 52 typedef boost::uniform_int<> distribution_type; in BOOST_AUTO_TEST_CASE() typedef
|
/third_party/boost/boost/uuid/ |
D | random_generator.hpp | 56 typedef uniform_int<unsigned long> distribution_type; typedef in boost::uuids::basic_random_generator
|