Implements deterministic 3D white noise for ints. More...
#include <WhiteNoise.h>
Static Public Member Functions | |
| static void | initialize () |
| Initialize the Noise sample buffer. | |
| static int | getValue (unsigned int x, unsigned int y, unsigned int z) |
| Returns an integer noise value for the supplied 3D point. The value is in the range from 0 to RAND_MAX - 1. | |
Implements deterministic 3D white noise for ints.
Definition at line 10 of file WhiteNoise.h.