
Home Information Classes Download Usage Mail List Requirements Tutorial
#include <Noise.h>
Inheritance diagram for Noise::

Public Methods | |
| Noise () | |
| Default constructor. | |
| virtual | ~Noise () |
| Class destructor. | |
| virtual MY_FLOAT | tick () |
| Return a random number between -1.0 and 1.0 using rand(). | |
| virtual MY_FLOAT* | tick (MY_FLOAT *vector, unsigned int vectorSize) |
| Return vectorSize random numbers between -1.0 and 1.0 in vector. | |
| MY_FLOAT | lastOut () const |
| Return the last computed value. | |
Generic random number generation using the C rand() function. The quality of the rand() function varies from one OS to another.
by Perry R. Cook and Gary P. Scavone, 1995 - 2002.
| The Synthesis ToolKit in C++ (STK) |
| ©1995-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |