C# Class Runevision.Structures.Rand

Inheritance: System.Random
Mostra file Open project: mortennobel/A-Study-in-Composition

Public Methods

Method Description
Rand ( ) : System
Rand ( int seed ) : System
Range ( float min, float max ) : float
Range ( int min, int max ) : int

Method Details

Rand() public method

public Rand ( ) : System
return System

Rand() public method

public Rand ( int seed ) : System
seed int
return System

Range() public method

public Range ( float min, float max ) : float
min float
max float
return float

Range() public method

public Range ( int min, int max ) : int
min int
max int
return int