ICore Methods |
The ICore type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateRaster``1 | (Inherited from IRasterFactory.) |
![]() | CreateTextFile | Obsolete. |
![]() | GenerateSeed |
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
|
![]() | GenerateUniform | |
![]() | GetSiteVarT |
Gets a site variable with a specific name and data type.
|
![]() | Info |
Writes an informational message into the log.
|
![]() | Initialize |
Initializes the random-number generator with a specific seed.
|
![]() | LoadT | Obsolete. |
![]() | NextDouble | |
![]() | OpenRaster``1 | (Inherited from IRasterFactory.) |
![]() | OpenTextFile | Obsolete. |
![]() | RegisterSiteVar |
Registers a site variable under a specific name.
|
![]() | shuffleT |