Exemplo n.º 1
0
 public static int RngExponential(VSL.GaussianMethod method, IntPtr stream, double[] vector, double dis, double rate) => vdRngExponential((int)method, stream, vector.Length, vector, dis, rate);
Exemplo n.º 2
0
 public static int RngBeta(VSL.GaussianMethod method, IntPtr stream, int n, double[] r, double p, double q, double a, double beta) => vdRngBeta((int)method, stream, n, r, p, q, a, beta);
Exemplo n.º 3
0
 public static int RngGaussian(VSL.GaussianMethod method, IntPtr stream, double[] x, double mean, double sigma) =>
 vdRngGaussian((int)method, stream, x.Length, x, mean, sigma);