#include <zipf_distribution.h>
Classes | |
| class | param_type |
Public Types | |
| using | result_type = IntType |
| using | result_type = IntType |
Public Member Functions | |
| result_type | k () const |
| result_type | k () const |
| result_type() | max () const |
| result_type() | max () const |
| result_type() | min () const |
| result_type() | min () const |
| template<typename URBG > | |
| result_type | operator() (URBG &g) |
| template<typename URBG > | |
| result_type | operator() (URBG &g) |
| template<typename URBG > | |
| result_type | operator() (URBG &g, const param_type &p) |
| template<typename URBG > | |
| result_type | operator() (URBG &g, const param_type &p) |
| param_type | param () const |
| param_type | param () const |
| void | param (const param_type &p) |
| void | param (const param_type &p) |
| double | q () const |
| double | q () const |
| void | reset () |
| void | reset () |
| double | v () const |
| double | v () const |
| zipf_distribution () | |
| zipf_distribution () | |
| zipf_distribution (const param_type &p) | |
| zipf_distribution (const param_type &p) | |
| zipf_distribution (result_type k, double q=2.0, double v=1.0) | |
| zipf_distribution (result_type k, double q=2.0, double v=1.0) | |
Private Attributes | |
| param_type | param_ |
Friends | |
| bool | operator!= (const zipf_distribution &a, const zipf_distribution &b) |
| bool | operator!= (const zipf_distribution &a, const zipf_distribution &b) |
| bool | operator== (const zipf_distribution &a, const zipf_distribution &b) |
| bool | operator== (const zipf_distribution &a, const zipf_distribution &b) |
Definition at line 52 of file abseil-cpp/absl/random/zipf_distribution.h.
| using absl::zipf_distribution< IntType >::result_type = IntType |
Definition at line 53 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
| using absl::zipf_distribution< IntType >::result_type = IntType |
Definition at line 54 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 103 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inlineexplicit |
Definition at line 106 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inlineexplicit |
Definition at line 109 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 102 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inlineexplicit |
Definition at line 105 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inlineexplicit |
Definition at line 108 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 121 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 122 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 129 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 130 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 128 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 129 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 113 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 114 of file abseil-cpp/absl/random/zipf_distribution.h.
| result_type absl::zipf_distribution< IntType >::operator() | ( | URBG & | g, |
| const param_type & | p | ||
| ) |
| zipf_distribution< IntType >::result_type absl::zipf_distribution< IntType >::operator() | ( | URBG & | g, |
| const param_type & | p | ||
| ) |
Definition at line 216 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 125 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 126 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 126 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 127 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 122 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 123 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 110 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 111 of file abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 123 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
inline |
Definition at line 124 of file abseil-cpp/absl/random/zipf_distribution.h.
|
friend |
Definition at line 135 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
friend |
Definition at line 136 of file abseil-cpp/absl/random/zipf_distribution.h.
|
friend |
Definition at line 131 of file bloaty/third_party/abseil-cpp/absl/random/zipf_distribution.h.
|
friend |
Definition at line 132 of file abseil-cpp/absl/random/zipf_distribution.h.
|
private |
Definition at line 142 of file abseil-cpp/absl/random/zipf_distribution.h.