Method | Description | |
---|---|---|
NextDoubleInRange ( this self, double min, double max ) : double |
Get the next double value within a range.
|
|
NextFullUInt32 ( this self ) : uint |
Get the next UInt32 value.
|
|
NextFullUInt64 ( this self ) : ulong |
Get the next UInt64 value.
|
|
NextSingle ( this self ) : float |
Get the next single value.
|
public static NextDoubleInRange ( this self, double min, double max ) : double | ||
self | this | |
min | double | |
max | double | |
return | double |
public static NextFullUInt32 ( this self ) : uint | ||
self | this | |
return | uint |
public static NextFullUInt64 ( this self ) : ulong | ||
self | this | |
return | ulong |
public static NextSingle ( this self ) : float | ||
self | this | |
return | float |