C# Class ScreenToGif.Util.FastRandom

Afficher le fichier Open project: dbremner/ScreenToGif

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