Gamma  0.9.5
Generic Synthesis Library
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
NoiseWhite< RNG > Class Template Reference

White noise. More...

#include <Noise.h>

List of all members.

Public Member Functions

 NoiseWhite (uint32_t seed)
float operator() () const
 Generate next value.
void seed (uint32_t v)
 Set seed of RNG.

Detailed Description

template<class RNG = RNGLinCon>
class gam::NoiseWhite< RNG >

White noise.

White noise has a uniform power spectrum.


Constructor & Destructor Documentation

NoiseWhite ( uint32_t  seed)
Parameters:
[in]seedrandom number generator seed

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