C# Class SimplePaletteQuantizer.Helpers.FastRandom

Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
FastRandom ( UInt32 seed ) : System
Next ( Int32 upperBound ) : Int32

Method Details

FastRandom() public méthode

public FastRandom ( UInt32 seed ) : System
seed System.UInt32
Résultat System

Next() public méthode

public Next ( Int32 upperBound ) : Int32
upperBound System.Int32
Résultat System.Int32