C++ reference
-
namespace Random
Functions
- static std::uniform_real_distribution dis_ (0, 1)
-
void seed(int seed)
-
double random()
-
template<typename T>
int WeightedChoiceIndex(const std::vector<T> &population, const std::vector<double> &weights)