C# Class Base.RandomHelper

Afficher le fichier Open project: egametang/Egametang

Méthodes publiques

Méthode Description
RandInt64 ( ) : System.Int64
RandUInt64 ( ) : System.UInt64
RandomNumber ( int lower, int upper ) : int

获取lower与Upper之间的随机数

Method Details

RandInt64() public static méthode

public static RandInt64 ( ) : System.Int64
Résultat System.Int64

RandUInt64() public static méthode

public static RandUInt64 ( ) : System.UInt64
Résultat System.UInt64

RandomNumber() public static méthode

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