MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ state()

const GeneratorState & MayaFlux::Kinesis::Stochastic::Stochastic::state ( ) const
inline

Gets current internal state.

Returns
Read-only reference to generator state

Exposes complete internal state for:

  • Analysis and visualization of stochastic evolution
  • Debugging algorithmic behavior
  • Extracting learned patterns from stateful processes
  • Cross-domain mapping of generative trajectories

Definition at line 220 of file Stochastic.hpp.

220{ return m_state; }