./mockpoint
    Download

    Determinism

    mockpoint uses deterministic random number generation seeded from the scenario definition to ensure reproducible behavior.

    What This Means

    • Consistent meter values — Same readings across runs
    • Reproducible test results — Identical behavior every time
    • Predictable timing variations — Same jitter patterns

    Ideal For

    • • Performance regression testing
    • • Bug reproduction
    • • Automated

    The same scenario file will always produce the same behavior, making it easy to compare results across different CSMS versions or configurations.

    Related Topics

    Was this page helpful?