Cinder  0.9.1
Classes | Namespaces | Functions
Rand.h File Reference
#include <random>
#include "cinder/Vector.h"

Classes

class  cinder::Rand
 

Namespaces

 cinder
 

Functions

void cinder::randSeed (uint32_t seedValue)
 
bool cinder::randBool ()
 
int32_t cinder::randInt ()
 
int32_t cinder::randInt (int32_t v)
 
int32_t cinder::randInt (int32_t a, int32_t b)
 
float cinder::randFloat ()
 
float cinder::randFloat (float v)
 
float cinder::randFloat (float a, float b)
 
float cinder::randPosNegFloat (float a, float b)
 
vec3 cinder::randVec3 ()
 
vec2 cinder::randVec2 ()
 
float cinder::randGaussian ()