This document is archived and information here might be outdated. Recommended version. |
The seed of the random number generator.
[Visual Basic .NET]
Public Property Seed As Integer
[C#]
public int Seed {get; set;}
[C++]
HRESULT get_Seed(
long Seed
);
[C++]
HRESULT put_Seed(
System.Int32* Seed
);
[C++] Parameters Seed [in]
Seed is a parameter of type long Seed [out, retval]
Seed is a parameter of type long*