Scroll to navigation

std::discrete_distribution< _IntType >(3cxx) std::discrete_distribution< _IntType >(3cxx)

NAME

std::discrete_distribution< _IntType > -

SYNOPSIS

Detailed Description

template<typename _IntType = int>class std::discrete_distribution< _IntType >

A discrete_distribution random number distribution.
The formula for the discrete probability mass function is
Definition at line 5251 of file random.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.
Fri Dec 19 2014 libstdc++