Click or drag to resize

ActionBasedPlayHistoryModelRandomSeed Property

Used to ensure PNRG determinism across the original simulation run and subsequent replays.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public int RandomSeed { get; set; }

Property Value

Type: Int32

Implements

IPlayHistoryModelRandomSeed
See Also