#include <random.h>
|
| bool | operator!= (const param_type &__p1, const param_type &__p2) |
| bool | operator== (const param_type &__p1, const param_type &__p2) |
Parameter type.
Definition at line 3530 of file random.h.
◆ distribution_type
◆ param_type() [1/2]
| std::bernoulli_distribution::param_type::param_type |
( |
| ) |
|
|
inline |
◆ param_type() [2/2]
| std::bernoulli_distribution::param_type::param_type |
( |
double | __p | ) |
|
|
inlineexplicit |
◆ p()
| double std::bernoulli_distribution::param_type::p |
( |
| ) |
const |
|
inline |
◆ operator!=
| bool operator!= |
( |
const param_type & | __p1, |
|
|
const param_type & | __p2 ) |
|
friend |
◆ operator==
| bool operator== |
( |
const param_type & | __p1, |
|
|
const param_type & | __p2 ) |
|
friend |
The documentation for this struct was generated from the following file: