Synopsis

Declared in <mp‐units/random.h>

struct binomial_distribution
    : std::binomial_distribution<Q::rep>

Base Classes

Name Description

std::binomial_distribution<Q::rep>

A discrete binomial 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

binomial_distribution [constructor]

Constructors

__generate

max

min

operator()

Generating functions.

p

Returns the distribution p parameter.

param

param overloads

reset

Resets the distribution state.

t

Created with MrDocs