Classes | Public Types | Public Member Functions | Private Attributes | Friends | List of all members
absl::poisson_distribution< IntType > Class Template Reference

#include <poisson_distribution.h>

Classes

class  param_type
 

Public Types

using result_type = IntType
 
using result_type = IntType
 

Public Member Functions

result_type() max () const
 
result_type() max () const
 
double mean () const
 
double mean () 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)
 
 poisson_distribution ()
 
 poisson_distribution ()
 
 poisson_distribution (const param_type &p)
 
 poisson_distribution (const param_type &p)
 
 poisson_distribution (double mean)
 
 poisson_distribution (double mean)
 
void reset ()
 
void reset ()
 

Private Attributes

random_internal::FastUniformBits< uint64_tfast_u64_
 
param_type param_
 

Friends

bool operator!= (const poisson_distribution &a, const poisson_distribution &b)
 
bool operator!= (const poisson_distribution &a, const poisson_distribution &b)
 
bool operator== (const poisson_distribution &a, const poisson_distribution &b)
 
bool operator== (const poisson_distribution &a, const poisson_distribution &b)
 

Detailed Description

template<typename IntType = int>
class absl::poisson_distribution< IntType >

Definition at line 55 of file abseil-cpp/absl/random/poisson_distribution.h.

Member Typedef Documentation

◆ result_type [1/2]

template<typename IntType = int>
using absl::poisson_distribution< IntType >::result_type = IntType

◆ result_type [2/2]

template<typename IntType = int>
using absl::poisson_distribution< IntType >::result_type = IntType

Constructor & Destructor Documentation

◆ poisson_distribution() [1/6]

template<typename IntType = int>
absl::poisson_distribution< IntType >::poisson_distribution ( )
inline

◆ poisson_distribution() [2/6]

template<typename IntType = int>
absl::poisson_distribution< IntType >::poisson_distribution ( double  mean)
inlineexplicit

◆ poisson_distribution() [3/6]

template<typename IntType = int>
absl::poisson_distribution< IntType >::poisson_distribution ( const param_type p)
inlineexplicit

◆ poisson_distribution() [4/6]

template<typename IntType = int>
absl::poisson_distribution< IntType >::poisson_distribution ( )
inline

◆ poisson_distribution() [5/6]

template<typename IntType = int>
absl::poisson_distribution< IntType >::poisson_distribution ( double  mean)
inlineexplicit

◆ poisson_distribution() [6/6]

template<typename IntType = int>
absl::poisson_distribution< IntType >::poisson_distribution ( const param_type p)
inlineexplicit

Member Function Documentation

◆ max() [1/2]

template<typename IntType = int>
result_type() absl::poisson_distribution< IntType >::max ( ) const
inline

◆ max() [2/2]

template<typename IntType = int>
result_type() absl::poisson_distribution< IntType >::max ( ) const
inline

◆ mean() [1/2]

template<typename IntType = int>
double absl::poisson_distribution< IntType >::mean ( ) const
inline

◆ mean() [2/2]

template<typename IntType = int>
double absl::poisson_distribution< IntType >::mean ( ) const
inline

◆ min() [1/2]

template<typename IntType = int>
result_type() absl::poisson_distribution< IntType >::min ( ) const
inline

◆ min() [2/2]

template<typename IntType = int>
result_type() absl::poisson_distribution< IntType >::min ( ) const
inline

◆ operator()() [1/4]

template<typename IntType = int>
template<typename URBG >
result_type absl::poisson_distribution< IntType >::operator() ( URBG &  g)
inline

◆ operator()() [2/4]

template<typename IntType = int>
template<typename URBG >
result_type absl::poisson_distribution< IntType >::operator() ( URBG &  g)
inline

◆ operator()() [3/4]

template<typename IntType = int>
template<typename URBG >
result_type absl::poisson_distribution< IntType >::operator() ( URBG &  g,
const param_type p 
)

◆ operator()() [4/4]

template<typename IntType >
template<typename URBG >
poisson_distribution< IntType >::result_type absl::poisson_distribution< IntType >::operator() ( URBG &  g,
const param_type p 
)

◆ param() [1/4]

template<typename IntType = int>
param_type absl::poisson_distribution< IntType >::param ( ) const
inline

◆ param() [2/4]

template<typename IntType = int>
param_type absl::poisson_distribution< IntType >::param ( ) const
inline

◆ param() [3/4]

template<typename IntType = int>
void absl::poisson_distribution< IntType >::param ( const param_type p)
inline

◆ param() [4/4]

template<typename IntType = int>
void absl::poisson_distribution< IntType >::param ( const param_type p)
inline

◆ reset() [1/2]

template<typename IntType = int>
void absl::poisson_distribution< IntType >::reset ( )
inline

◆ reset() [2/2]

template<typename IntType = int>
void absl::poisson_distribution< IntType >::reset ( )
inline

Friends And Related Function Documentation

◆ operator!= [1/2]

template<typename IntType = int>
bool operator!= ( const poisson_distribution< IntType > &  a,
const poisson_distribution< IntType > &  b 
)
friend

◆ operator!= [2/2]

template<typename IntType = int>
bool operator!= ( const poisson_distribution< IntType > &  a,
const poisson_distribution< IntType > &  b 
)
friend

◆ operator== [1/2]

template<typename IntType = int>
bool operator== ( const poisson_distribution< IntType > &  a,
const poisson_distribution< IntType > &  b 
)
friend

◆ operator== [2/2]

template<typename IntType = int>
bool operator== ( const poisson_distribution< IntType > &  a,
const poisson_distribution< IntType > &  b 
)
friend

Member Data Documentation

◆ fast_u64_

template<typename IntType = int>
random_internal::FastUniformBits< uint64_t > absl::poisson_distribution< IntType >::fast_u64_
private

◆ param_

template<typename IntType = int>
param_type absl::poisson_distribution< IntType >::param_
private

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:26