Class CiaccoRandom
Inheritance
System.Object
CiaccoRandom
Assembly: AxEngine.dll
Syntax
public class CiaccoRandom
Constructors
|
Improve this Doc
View Source
CiaccoRandom()
Declaration
Methods
|
Improve this Doc
View Source
GetRand(Int32, Int32)
Declaration
public int GetRand(int min, int max)
Parameters
Type |
Name |
Description |
System.Int32 |
min |
|
System.Int32 |
max |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SetSeed(Int32)
Declaration
public void SetSeed(int seed)
Parameters
Type |
Name |
Description |
System.Int32 |
seed |
|