Sirikata
Namespaces | Functions
libcore/include/sirikata/core/util/Random.hpp File Reference
#include <cstdlib>
Include dependency graph for Random.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


Functions

float32 Sirikata::randFloat ()
float32 Sirikata::randFloat (float32 minval, float32 maxval)
template<typename inttype >
inttype Sirikata::randInt (inttype minval, inttype maxval)