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ยง

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