C# Class RXRandom, FutilePrototyper

Show file Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Methods

Method Description
Bool ( ) : bool
Double ( ) : double
Float ( ) : float
Float ( float max ) : float
Int ( ) : int
Int ( int max ) : int
Range ( float low, float high ) : float
Range ( int low, int high ) : int

Method Details

Bool() public static method

public static Bool ( ) : bool
return bool

Double() public static method

public static Double ( ) : double
return double

Float() public static method

public static Float ( ) : float
return float

Float() public static method

public static Float ( float max ) : float
max float
return float

Int() public static method

public static Int ( ) : int
return int

Int() public static method

public static Int ( int max ) : int
max int
return int

Range() public static method

public static Range ( float low, float high ) : float
low float
high float
return float

Range() public static method

public static Range ( int low, int high ) : int
low int
high int
return int