libstdc++
|
#include <random>
Classes | |
struct | param_type |
Public Types | |
typedef _RealType | result_type |
Friends | |
bool | operator== (const exponential_distribution &__d1, const exponential_distribution &__d2) |
An exponential continuous distribution for random numbers.
The formula for the exponential probability density function is
Mean | ![]() |
Median | ![]() |
Mode | ![]() |
Range | ![]() |
Standard Deviation | ![]() |
typedef _RealType std::exponential_distribution< _RealType >::result_type |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns the least upper bound value of the distribution.
Definition at line 4988 of file random.h.
References std::numeric_limits< _Tp >::max().
|
inline |
|
inline |
Generating functions.
Definition at line 4996 of file random.h.
References std::exponential_distribution< _RealType >::operator()().
Referenced by std::exponential_distribution< _RealType >::operator()().
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |