Returns the normalized probabilities of the outcomes.
Synopsis
Declared in <absl/random/discrete_distribution.h>
std::vector<double> const&
probabilities() const;
Return Value
The probability of each possible outcome.
Created with MrDocs