C# Class Utilities.Random

Mostra file Open project: vs-team/casanova-mk2

Public Methods

Method Description
RandFloat ( float min, float max ) : float
RandInt ( int min, int max ) : int

Method Details

RandFloat() public static method

public static RandFloat ( float min, float max ) : float
min float
max float
return float

RandInt() public static method

public static RandInt ( int min, int max ) : int
min int
max int
return int