Synopsis

Declared in <mp‐units/random.h>

struct negative_binomial_distribution
    : std::negative_binomial_distribution<Q::rep>

Base Classes

Name Description

std::negative_binomial_distribution<Q::rep>

A negative_binomial_distribution 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

negative_binomial_distribution [constructor]

Constructors

__generate

k

max

min

operator()

Generating functions.

p

Return the

param

param overloads

reset

Resets the distribution state.

Created with MrDocs