This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRandomNumberGenerator Interface > IGPRandomNumberGenerator.Initialize Method (ArcObjects .NET 10.5 SDK) |
Initializes random generator seed and type.
[Visual Basic .NET] Public Sub Initialize ( _ ByVal Seed As Integer, _ ByVal Type As esriRandomNumberGeneratorType _ )
[C#] public void Initialize ( int Seed, esriRandomNumberGeneratorType Type );
[C++]
HRESULT Initialize(
long Seed,
esriRandomNumberGeneratorType Type
);
[C++]
Parameters Seed [in] Seed is a parameter of type long Type [in]
Type is a parameter of type esriRandomNumberGeneratorType