RandomNETUniform(Int32, Double, Double) Method
            Uniformly distributed random numbers.
            
Namespace: Metas.UncLib.Core.RandomGeneratorAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9435.16862
public double[] Uniform(
	int n,
	double a,
	double b
)
Public Function Uniform ( 
	n As Integer,
	a As Double,
	b As Double
) As Double()
public:
array<double>^ Uniform(
	int n, 
	double a, 
	double b
)
member Uniform : 
        n : int * 
        a : float * 
        b : float -> float[] 
- n  Int32
 - Number of Elements
 - a  Double
 - Lower Bound
 - b  Double
 - Upper Bound
 
Double