C# Class CommonLib.Extensions.RandomEx

Show file Open project: jprichardson/CommonLib

Public Methods

Method Description
NextDateTime ( this rnd, System.DateTime min, System.DateTime max ) : System.DateTime
NextLong ( this rnd, long min, long max ) : long

Method Details

NextDateTime() public static method

public static NextDateTime ( this rnd, System.DateTime min, System.DateTime max ) : System.DateTime
rnd this
min System.DateTime
max System.DateTime
return System.DateTime

NextLong() public static method

public static NextLong ( this rnd, long min, long max ) : long
rnd this
min long
max long
return long