C# 클래스 spaceconquest.CommonRNG

파일 보기 프로젝트 열기: cclay/spaceconquest

공개 프로퍼티들

프로퍼티 타입 설명
rand System.Random

공개 메소드들

메소드 설명
getRandom ( System.Int64 seed ) : System.Int64
resetSeed ( ) : void

메소드 상세

getRandom() 공개 정적인 메소드

public static getRandom ( System.Int64 seed ) : System.Int64
seed System.Int64
리턴 System.Int64

resetSeed() 공개 정적인 메소드

public static resetSeed ( ) : void
리턴 void

프로퍼티 상세

rand 공개적으로 정적으로 프로퍼티

public static Random,System rand
리턴 System.Random