Home
last modified time | relevance | path

Searched defs:RandomNumberDistribution (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/random/test/
Dconcepts.hpp160 struct RandomNumberDistribution : struct
168 typedef typename D::result_type result_type;
169 typedef typename D::param_type param_type;
171 typedef typename D::input_type input_type;
173 typedef param_type P;
183 BOOST_CONCEPT_USAGE(RandomNumberDistribution) in BOOST_CONCEPT_USAGE()
196 D d;
197 const D x;
198 const P p;
199 uniform_random_number_generator_archetype<> g;