C# 클래스 ScreenToGif.Util.FastRandom

파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
FastRandom ( UInt32 seed ) : System
Next ( Int32 upperBound ) : Int32

메소드 상세

FastRandom() 공개 메소드

public FastRandom ( UInt32 seed ) : System
seed System.UInt32
리턴 System

Next() 공개 메소드

public Next ( Int32 upperBound ) : Int32
upperBound System.Int32
리턴 System.Int32