RandomNETRand 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[] Rand(
	int n
)
Public Function Rand ( 
	n As Integer
) As Double()
public:
array<double>^ Rand(
	int n
)
member Rand : 
        n : int -> float[] 
- n  Int32
 - Number of Elements
 
Double