SimResult sim_add_stochastic_noise_operator(struct SimContext *context, const StochasticNoiseOperatorConfig *config, size_t *out_index)
Register an additive stochastic noise operator.
SimResult sim_stochastic_noise_config(struct SimContext *context, size_t operator_index, StochasticNoiseOperatorConfig *out_config)
Copy the current stochastic noise configuration from a registered operator.
SimResult sim_stochastic_noise_update(struct SimContext *context, size_t operator_index, const StochasticNoiseOperatorConfig *config)
Replace or renormalize a registered stochastic noise configuration.
Simulation runtime state.
Definition sim_context.h:70