C# Class CarbonFitnessTest.Util.ValueGenerator

Show file Open project: yodiz/CarbonFitness

Public Methods

Method Description
getRandomDate ( ) : System.DateTime
getRandomInteger ( ) : int
getRandomInteger ( int max ) : int

Method Details

getRandomDate() public static method

public static getRandomDate ( ) : System.DateTime
return System.DateTime

getRandomInteger() public static method

public static getRandomInteger ( ) : int
return int

getRandomInteger() public static method

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