#include <gaussian_distribution.h>
|
| template<typename URBG > |
| double | zignor (URBG &g) |
| |
| template<typename URBG > |
| double | zignor (URBG &g) |
| |
|
| static constexpr uint64_t | kMask = 0x07f |
| |
| static constexpr double | kR = 3.442619855899 |
| |
| static constexpr double | kRInv = 0.29047645161474317 |
| |
| static constexpr double | kV = 9.91256303526217e-3 |
| |
| static const Tables | zg_ |
| |
◆ zignor() [1/2]
template<typename URBG >
| double absl::random_internal::gaussian_distribution_base::zignor |
( |
URBG & |
g | ) |
|
|
inline |
◆ zignor() [2/2]
template<typename URBG >
| double absl::random_internal::gaussian_distribution_base::zignor |
( |
URBG & |
g | ) |
|
|
inline |
◆ zignor_fallback() [1/2]
template<typename URBG >
| double absl::random_internal::gaussian_distribution_base::zignor_fallback |
( |
URBG & |
g, |
|
|
bool |
neg |
|
) |
| |
|
inlineprivate |
◆ zignor_fallback() [2/2]
template<typename URBG >
| double absl::random_internal::gaussian_distribution_base::zignor_fallback |
( |
URBG & |
g, |
|
|
bool |
neg |
|
) |
| |
|
inlineprivate |
◆ TableGenerator
◆ fast_u64_
◆ kMask
| static constexpr uint64_t absl::random_internal::gaussian_distribution_base::kMask = 0x07f |
|
staticconstexprprivate |
◆ kR
| static constexpr double absl::random_internal::gaussian_distribution_base::kR = 3.442619855899 |
|
staticconstexprprivate |
◆ kRInv
| static constexpr double absl::random_internal::gaussian_distribution_base::kRInv = 0.29047645161474317 |
|
staticconstexprprivate |
◆ kV
| static constexpr double absl::random_internal::gaussian_distribution_base::kV = 9.91256303526217e-3 |
|
staticconstexprprivate |
◆ zg_
| static const Tables absl::random_internal::gaussian_distribution_base::zg_ |
|
staticprivate |
The documentation for this class was generated from the following files: