C# Class Doo.RandomEx

Inheritance: System.Random
Afficher le fichier Open project: avogab/dooHTM Class Usage Examples

Méthodes publiques

Méthode Description
NextGauss ( double mean, double stdDev, bool ensureUnitaryRange ) : double
RandomEx ( int seed ) : System

Method Details

NextGauss() public méthode

public NextGauss ( double mean, double stdDev, bool ensureUnitaryRange ) : double
mean double
stdDev double
ensureUnitaryRange bool
Résultat double

RandomEx() public méthode

public RandomEx ( int seed ) : System
seed int
Résultat System