A singleton class that generates and stores random poly_float values.
More...
#include <synth_oscillator.h>
|
| static constexpr int | kSeed = 0x4 |
| | Seed value for internal random generator.
|
| |
A singleton class that generates and stores random poly_float values.
These values are used for randomized amplitude morphing, etc.
◆ buffer()
| const poly_float * vital::RandomValues::buffer |
( |
| ) |
|
|
inline |
Get the internal random data buffer.
- Returns
- A pointer to the random poly_float array.
◆ instance()
◆ kSeed
| int vital::RandomValues::kSeed = 0x4 |
|
staticconstexpr |
Seed value for internal random generator.
The documentation for this class was generated from the following file: