C# Class SimplePaletteQuantizer.Helpers.FastRandom

Mostrar archivo Open project: RHY3756547/FreeSO

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