Class DoubleRandomUniformDistribution generates random numbers uniformly distributed over an interval.

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

Syntax

C#
public class FloatRandomUniformDistribution : IRandomNumberDistribution<float>, 
	ICloneable
Visual Basic (Declaration)
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