|
using | absl::MockBernoulli = random_internal::MockOverloadSet< absl::bernoulli_distribution, bool(MockingBitGen &, double)> |
|
template<typename RealType > |
using | absl::MockBeta = random_internal::MockOverloadSet< absl::beta_distribution< RealType >, RealType(MockingBitGen &, RealType, RealType)> |
|
template<typename RealType > |
using | absl::MockExponential = random_internal::MockOverloadSet< absl::exponential_distribution< RealType >, RealType(MockingBitGen &, RealType)> |
|
template<typename RealType > |
using | absl::MockGaussian = random_internal::MockOverloadSet< absl::gaussian_distribution< RealType >, RealType(MockingBitGen &, RealType, RealType)> |
|
template<typename IntType > |
using | absl::MockLogUniform = random_internal::MockOverloadSet< absl::log_uniform_int_distribution< IntType >, IntType(MockingBitGen &, IntType, IntType, IntType)> |
|
template<typename IntType > |
using | absl::MockPoisson = random_internal::MockOverloadSet< absl::poisson_distribution< IntType >, IntType(MockingBitGen &, double)> |
|
template<typename R > |
using | absl::MockUniform = random_internal::MockOverloadSet< random_internal::UniformDistributionWrapper< R >, R(IntervalClosedOpenTag, MockingBitGen &, R, R), R(IntervalClosedClosedTag, MockingBitGen &, R, R), R(IntervalOpenOpenTag, MockingBitGen &, R, R), R(IntervalOpenClosedTag, MockingBitGen &, R, R), R(MockingBitGen &, R, R), R(MockingBitGen &)> |
|
template<typename IntType > |
using | absl::MockZipf = random_internal::MockOverloadSet< absl::zipf_distribution< IntType >, IntType(MockingBitGen &, IntType, double, double)> |
|