std::discrete_distribution::probabilities - cppreference.com (original) (raw)

| | | (since C++11) | | - | ------------- |

Obtains a std::vector<double> containing the individual probabilities of each integer that is generated by this distribution.

[edit] Parameters

(none)

[edit] Return value

An object of type std::vector<double>.

[edit] Example