Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Base
RandomHelper
C# 클래스 Base.RandomHelper
파일 보기
프로젝트 열기: egametang/Egametang
공개 메소드들
메소드
설명
RandInt64
( ) :
System.Int64
RandUInt64
( ) :
System.UInt64
RandomNumber
(
int
lower
,
int
upper
) :
int
获取lower与Upper之间的随机数
메소드 상세
RandInt64()
공개
정적인
메소드
public
static
RandInt64
( ) :
System.Int64
리턴
System.Int64
RandUInt64()
공개
정적인
메소드
public
static
RandUInt64
( ) :
System.UInt64
리턴
System.UInt64
RandomNumber()
공개
정적인
메소드
获取lower与Upper之间的随机数
public
static
RandomNumber
(
int
lower
,
int
upper
) :
int
lower
int
upper
int
리턴
int