Represents a Exponential probability distribution.
More...
#include <prng_extension.hpp>
|
template<class DeviceType> |
KOKKOS_INLINE_FUNCTION F | draw (Kokkos::Random_XorShift1024< DeviceType > &gen) const |
KOKKOS_INLINE_FUNCTION F | mean () const |
KOKKOS_INLINE_FUNCTION F | var () const |
KOKKOS_INLINE_FUNCTION F | skewness () const |
Represents a Exponential probability distribution.
The exp distribution is only parameterized by lambda .
- Template Parameters
-
◆ draw()
template<class DeviceType>
◆ mean()
◆ skewness()
◆ var()
◆ lambda
◆ use_kokkos_log
The documentation for this struct was generated from the following file: