|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Classes | |
| struct | GeneratorState |
| Encapsulates internal state for stateful generators. More... | |
| class | Stochastic |
| Unified generative infrastructure for stochastic and procedural algorithms. More... | |
Enumerations | |
| enum class | Algorithm : uint8_t { UNIFORM , NORMAL , EXPONENTIAL , POISSON , PERLIN , GENDY , BROWNIAN , PINK , BLUE } |
| Stochastic and procedural generation algorithms. More... | |
Functions | |
| Stochastic | uniform () |
| Creates uniform random generator. | |
| Stochastic | gaussian (double spread=4.0) |
| Creates Gaussian random generator. | |
| Stochastic | perlin (int octaves=4, double persistence=0.5) |
| Creates Perlin noise generator. | |
| Stochastic | gendy (int breakpoints=12) |
| Creates Gendy dynamic stochastic generator. | |
| Stochastic | brownian (double step_size=0.01) |
| Creates Brownian motion generator. | |