RandomNETRand Method
Uniformly distributed random numbers.
Namespace: Metas.UncLib.Core.RandomGeneratorAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
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