C# Class Hardly.Random.Uint

Inheritance: RandomHelper
Show file Open project: hardlydifficult/HardlyBot

Public Methods

Method Description
Between ( uint min, uint max ) : uint
LessThan ( uint max ) : uint

Method Details

Between() public static method

public static Between ( uint min, uint max ) : uint
min uint
max uint
return uint

LessThan() public static method

public static LessThan ( uint max ) : uint
max uint
return uint