Description
Sets or returns the seed for the RDK's random number generator.
Syntax
object.Seed
Arguments
None.
Return Value
(Long) – the seed value. Set to zero to select a starting seed based on the system clock.
Example
RDKApp.SimSettings.Seed = 12345