Pyrogenesis  trunk
Functions | Variables
anonymous_namespace{Noise.cpp} Namespace Reference

Functions

float randFloat ()
 Utility function for random numbers. More...
 
float easeCurve (float t)
 Utility function used in both noises as an ease curve. More...
 

Variables

boost::mt19937 rng
 Random number generator (Boost Mersenne Twister) More...
 

Function Documentation

float anonymous_namespace{Noise.cpp}::easeCurve ( float  t)

Utility function used in both noises as an ease curve.

float anonymous_namespace{Noise.cpp}::randFloat ( )

Utility function for random numbers.

Variable Documentation

boost::mt19937 anonymous_namespace{Noise.cpp}::rng

Random number generator (Boost Mersenne Twister)