Class RandomImpl
Inheritance
System.Object
RandomImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class RandomImpl
Methods
|
Improve this Doc
View Source
Ctor(Random)
Declaration
public static void Ctor(Random aThis)
Parameters
Type |
Name |
Description |
Random |
aThis |
|
|
Improve this Doc
View Source
Ctor(Random, Int32)
Declaration
public static void Ctor(Random aThis, int seed)
Parameters
Type |
Name |
Description |
Random |
aThis |
|
System.Int32 |
seed |
|
|
Improve this Doc
View Source
Next(Random)
Declaration
public static int Next(Random aThis)
Parameters
Type |
Name |
Description |
Random |
aThis |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Next(Random, Int32)
Declaration
public static int Next(Random aThis, int maxValue)
Parameters
Type |
Name |
Description |
Random |
aThis |
|
System.Int32 |
maxValue |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Next(Random, Int32, Int32)
Declaration
public static int Next(Random aThis, int minValue, int maxValue)
Parameters
Type |
Name |
Description |
Random |
aThis |
|
System.Int32 |
minValue |
|
System.Int32 |
maxValue |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NextBytes(Random, Byte[])
Declaration
public static void NextBytes(Random aThis, byte[] buffer)
Parameters
Type |
Name |
Description |
Random |
aThis |
|
System.Byte[] |
buffer |
|
|
Improve this Doc
View Source
NextDouble(Random)
Declaration
public static double NextDouble(Random aThis)
Parameters
Type |
Name |
Description |
Random |
aThis |
|
Returns
Type |
Description |
System.Double |
|