Gets mutable internal state.
- Returns
- Mutable reference to generator state
Enables direct manipulation of internal state for:
- Injecting externally computed breakpoints (Gendy)
- Seeding noise fields with analyzed data (Perlin)
- Nudging random walks toward attractors (Brownian)
- Implementing hybrid human/algorithmic control
Example: Inject ML-inferred Gendy breakpoints
auto&
state = gen.state_mutable();
const GeneratorState & state() const
Gets current internal state.
std::map< std::string, std::any > algorithm_specific
Definition at line 239 of file Stochastic.hpp.