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.CoreAssembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
SyntaxFunction GenerateSeed As UInteger
unsigned int GenerateSeed()
abstract GenerateSeed : unit -> uint32
Return Value
Type:
UInt32[Missing <returns> documentation for "M:Landis.Core.ICore.GenerateSeed"]
See Also