eis/TestProject/RNG/json
Huamonarch e4233cc23d fix: add period_ms to linear and drift models to prevent unbounded divergence
Without period, y=k*t+b and y=base+drift_rate*t grow infinitely, which is
unrealistic for industrial simulation. period_ms makes t wrap modulo the period,
producing sawtooth patterns that simulate per-cycle behavior (e.g. tension build-up
per coil, sensor drift per shift).
2026-05-13 16:34:00 +08:00
..
rng_models.json fix: add period_ms to linear and drift models to prevent unbounded divergence 2026-05-13 16:34:00 +08:00