Click or drag to resize

PlayHistoryModelRandomSeed Property

Ensures random generators during a replay generate the same random numbers to ensure each replay is fully identical.

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