C# Class Landis.BDA.RandomNumberGenerator

A random number generator.
This class is implemented using the random-number generator in the core framework.
Inheritance: Troschuetz.Random.Generator
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
Next ( ) : int
Next ( int maxValue ) : int
Next ( int minValue, int maxValue ) : int
NextBoolean ( ) : bool
NextBytes ( byte buffer ) : void
NextDouble ( ) : double
NextDouble ( double maxValue ) : double
NextDouble ( double minValue, double maxValue ) : double
Reset ( ) : bool

Private Methods

Méthode Description
RandomNumberGenerator ( ) : System

Method Details

Next() public méthode

public Next ( ) : int
Résultat int

Next() public méthode

public Next ( int maxValue ) : int
maxValue int
Résultat int

Next() public méthode

public Next ( int minValue, int maxValue ) : int
minValue int
maxValue int
Résultat int

NextBoolean() public méthode

public NextBoolean ( ) : bool
Résultat bool

NextBytes() public méthode

public NextBytes ( byte buffer ) : void
buffer byte
Résultat void

NextDouble() public méthode

public NextDouble ( ) : double
Résultat double

NextDouble() public méthode

public NextDouble ( double maxValue ) : double
maxValue double
Résultat double

NextDouble() public méthode

public NextDouble ( double minValue, double maxValue ) : double
minValue double
maxValue double
Résultat double

Reset() public méthode

public Reset ( ) : bool
Résultat bool