tetl 0.1.0
Embedded Template Library
|
#include <bernoulli_distribution.hpp>
Public Types | |
using | distribution_type = bernoulli_distribution |
Public Member Functions | |
constexpr | param_type () noexcept |
constexpr | param_type (double p) noexcept |
constexpr auto | p () const noexcept -> double |
Public Attributes | |
double | probability |
Friends | |
constexpr auto | operator== (param_type const &lhs, param_type const &rhs) noexcept -> bool |
|
inlineconstexprnoexcept |
|
inlineexplicitconstexprnoexcept |
|
inlinenodiscardconstexprnoexcept |
|
friend |
double probability |