given_RandomLogic_SimulationState

io.github.srs.model.logic.RandomLogic.given_RandomLogic_SimulationState

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Generate a new random state based on the current state and RNG.

Generate a new random state based on the current state and RNG.

Value parameters

rng

the random number generator.

s

the current state.

Attributes

Returns

an IO effect producing the new state with updated RNG.