Home   Information   Classes   Download   Usage   Mail List   Requirements   Tutorial


Noise Class Reference

STK noise generator. More...

#include <Noise.h>

Inheritance diagram for Noise::

Stk SubNoise List of all members.

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.


Detailed Description

STK noise generator.

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 documentation for this class was generated from the following file:
The Synthesis ToolKit in C++ (STK)
©1995-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved.