| 
    eDSP
    0.0.1
    
   A cross-platform DSP library written in C++. 
   | 
 
This class implements a white noise generator. More...
#include <white_noise_generator.hpp>
Public Types | |
| using | value_type = T | 
Public Member Functions | |
| white_noise_generator (value_type min, value_type max) | |
| Creates a white noise sequence generator.  More... | |
| value_type | operator() () | 
| Generates a random number following the noise distribution.  More... | |
This class implements a white noise generator.
| using edsp::random::white_noise_generator< T, Engine >::value_type = T | 
      
  | 
  inline | 
Creates a white noise sequence generator.
      
  | 
  inline | 
Generates a random number following the noise distribution.
 1.8.13