Tapkee
|
#include <cstdlib>
#include <algorithm>
#include <limits>
Go to the source code of this file.
Namespaces | |
tapkee | |
Functions | |
IndexType | uniform_random_index () |
IndexType | uniform_random_index_bounded (IndexType upper) |
ScalarType | uniform_random () |
ScalarType | gaussian_random () |
template<class RAI > | |
void | random_shuffle (RAI first, RAI last) |