Synopsis

Declared in <mp‐units/random.h>

struct poisson_distribution
    : std::poisson_distribution<Q::rep>

Base Classes

Name Description

std::poisson_distribution<Q::rep>

A discrete Poisson random number distribution.

Types

Name

Description

param_type

Parameter type.

base

rep

result_type

The type of the range of the distribution.

Member Functions

Name

Description

poisson_distribution [constructor]

Constructors

__generate

max

mean

Returns the distribution parameter mean.

min

operator()

Generating functions.

param

param overloads

reset

Resets the distribution state.

Created with MrDocs