RandomFromSamples(Int32, Double, UInt32) Method
Random numbers from samples.
Namespace: Metas.UncLib.Core.RandomGeneratorAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static double[] FromSamples(
int n,
double[] samples,
uint seed
)
Public Shared Function FromSamples (
n As Integer,
samples As Double(),
seed As UInteger
) As Double()
public:
static array<double>^ FromSamples(
int n,
array<double>^ samples,
unsigned int seed
)
static member FromSamples :
n : int *
samples : float[] *
seed : uint32 -> float[]
- n Int32
- Number of Elements
- samples Double
- Samples
- seed UInt32
- Seed
Double