C# Class Whee.WordBuilder.Helpers.Random

Inheritance: IRandom
Show file Open project: alfar/WordBuilder

Public Properties

Property Type Description
Instance IRandom

Public Methods

Method Description
Next ( int maxValue ) : int
Next ( int minValue, int maxValue ) : int
NextDouble ( ) : double

Private Methods

Method Description
Random ( ) : System

Method Details

Next() public method

public Next ( int maxValue ) : int
maxValue int
return int

Next() public method

public Next ( int minValue, int maxValue ) : int
minValue int
maxValue int
return int

NextDouble() public method

public NextDouble ( ) : double
return double

Property Details

Instance public static property

public static IRandom Instance
return IRandom