C# Class RandomGen.DoublesLink

Inheritance: IDouble
Show file Open project: aliostad/RandomGen

Public Methods

Method Description
BetweenZeroAndOne ( ) : Func
WithNormalDistribution ( double mean, double standardDeviation ) : Func

Private Methods

Method Description
DoublesLink ( GenLink gen ) : System

Method Details

BetweenZeroAndOne() public method

public BetweenZeroAndOne ( ) : Func
return Func

WithNormalDistribution() public method

public WithNormalDistribution ( double mean, double standardDeviation ) : Func
mean double
standardDeviation double
return Func