Click or drag to resize
ICoreGenerateSeed Method
Generates a non-zero random seed using the system clock. This was found to fail on Mac OSX, due to identical results returned from System.Random (due to an internal error in System.Environment.TickCount) System.Random was replaced with System.Security.Cryptography.RandomNumberGenerator by Brendan C. Ward on 6/4/2008

Namespace: Landis.Core
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
uint GenerateSeed()

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Landis.Core.ICore.GenerateSeed"]

See Also