Lines Matching refs:exponential_distribution
864 class exponential_distribution
873 typedef exponential_distribution distribution_type;
884 explicit exponential_distribution(RealType lambda = 1.0); // before C++20
885 exponential_distribution() : exponential_distribution(1.0) {} // C++20
886 explicit exponential_distribution(RealType lambda); // C++20
887 explicit exponential_distribution(const param_type& parm);
903 friend bool operator==(const exponential_distribution& x,
904 const exponential_distribution& y);
905 friend bool operator!=(const exponential_distribution& x,
906 const exponential_distribution& y);
912 const exponential_distribution& x);
918 exponential_distribution& x);
1688 #include <__random/exponential_distribution.h>