C# Class ScreenToGif.Util.FastRandom

显示文件 Open project: dbremner/ScreenToGif

Public Methods

Method Description
FastRandom ( UInt32 seed ) : System
Next ( Int32 upperBound ) : Int32

Method Details

FastRandom() public method

public FastRandom ( UInt32 seed ) : System
seed System.UInt32
return System

Next() public method

public Next ( Int32 upperBound ) : Int32
upperBound System.Int32
return System.Int32