Skip to main content

Module providers

Module providers 

Source
Expand description

Provider implementations for simulation. Provider implementations for simulation.

This module provides simulation-specific implementations of the provider traits defined in moonpool-core.

Structsยง

SimProviders
Simulation providers bundle for deterministic testing.
SimRandomProvider
Random provider for simulation that uses the thread-local deterministic RNG.
SimTimeProvider
Simulation time provider that integrates with SimWorld.