Class DoubleRandomUniformDistribution generates random numbers uniformly distributed over an interval.

Namespace: CenterSpace.NMath.Core
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
public class FloatRandomUniformDistribution : IRandomNumberDistribution<float>, 
	ICloneable
Visual Basic
Public Class FloatRandomUniformDistribution _
	Implements IRandomNumberDistribution(Of Single), ICloneable
Visual C++
public ref class FloatRandomUniformDistribution : IRandomNumberDistribution<float>, 
	ICloneable

Inheritance Hierarchy

System..::..Object
  CenterSpace.NMath.Core..::..FloatRandomUniformDistribution

See Also