Allolib  1.0
C++ Components For Interactive Multimedia
al::rand_uniformf Class Reference

Public Member Functions

 rand_uniformf (unsigned int seed)
 
void seed (unsigned int seed)
 
float operator() ()
 
float operator() (float b)
 
float operator() (float a, float b)
 

Public Attributes

std::mt19937 engine
 
std::uniform_real_distribution< float > distribution
 

Detailed Description

Definition at line 37 of file al_StdRandom.hpp.


The documentation for this class was generated from the following file: