Exemplo n.º 1
0
 public static void Uniform(float low, float high, NdArray @out)
 {
     NdArray.RandomUniform(@out, low, high);
 }