Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
random.hpp File Reference
#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)