Skip to main content

Module deterministic

Module deterministic 

Source
Expand description

Deterministic runtime for sandbox mode.

Provides a seeded PRNG and virtual clock so that sandbox executions are fully reproducible: same code + same seed = identical output.

When sandbox.deterministic = true, the VM routes time.millis() and random functions through this module instead of real system sources.

Structsยง

DeterministicRuntime
Deterministic runtime providing seeded randomness and a virtual clock.