C# Class Doo.RandomEx

Inheritance: System.Random
Datei anzeigen Open project: avogab/dooHTM Class Usage Examples

Public Methods

Method Description
NextGauss ( double mean, double stdDev, bool ensureUnitaryRange ) : double
RandomEx ( int seed ) : System

Method Details

NextGauss() public method

public NextGauss ( double mean, double stdDev, bool ensureUnitaryRange ) : double
mean double
stdDev double
ensureUnitaryRange bool
return double

RandomEx() public method

public RandomEx ( int seed ) : System
seed int
return System