Esempio n. 1
0
 public static void Normal(float loc, float scale, NdArray @out)
 {
     NdArray.RandomNormal(@out, loc, scale);
 }