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 DoubleRandomUniformDistribution : IRandomNumberDistribution<double>, 
	ICloneable
Visual Basic (Declaration)
Public Class DoubleRandomUniformDistribution _
	Implements IRandomNumberDistribution(Of Double), ICloneable
Visual C++
public ref class DoubleRandomUniformDistribution : IRandomNumberDistribution<double>, 
	ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.DoubleRandomUniformDistribution

See Also