Searched defs:random_condition (Results 1 – 2 of 2) sorted by relevance
336 struct random_condition : public condition_base in _GLIBCXX_VISIBILITY() struct341 struct adjustor_base in _GLIBCXX_VISIBILITY()354 struct group_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()363 struct never_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()369 struct always_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()374 random_condition() in _GLIBCXX_VISIBILITY() function381 set_probability(double __p) in _GLIBCXX_VISIBILITY()385 throw_conditionally() in _GLIBCXX_VISIBILITY()392 seed(unsigned long __s) in _GLIBCXX_VISIBILITY()397 typedef std::uniform_real_distribution<double> distribution_type; in _GLIBCXX_VISIBILITY()[all …]
484 struct random_condition : public condition_base in _GLIBCXX_VISIBILITY() struct489 struct adjustor_base in _GLIBCXX_VISIBILITY()502 struct group_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()511 struct never_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()517 struct always_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()522 random_condition() in _GLIBCXX_VISIBILITY() function529 set_probability(double __p) in _GLIBCXX_VISIBILITY()533 throw_conditionally() in _GLIBCXX_VISIBILITY()540 seed(unsigned long __s) in _GLIBCXX_VISIBILITY()545 typedef std::uniform_real_distribution<double> distribution_type; in _GLIBCXX_VISIBILITY()[all …]