C# Class Base.RandomHelper

Show file Open project: egametang/Egametang

Public Methods

Method Description
RandInt64 ( ) : System.Int64
RandUInt64 ( ) : System.UInt64
RandomNumber ( int lower, int upper ) : int

获取lower与Upper之间的随机数

Method Details

RandInt64() public static method

public static RandInt64 ( ) : System.Int64
return System.Int64

RandUInt64() public static method

public static RandUInt64 ( ) : System.UInt64
return System.UInt64

RandomNumber() public static method

获取lower与Upper之间的随机数
public static RandomNumber ( int lower, int upper ) : int
lower int
upper int
return int