Exemplo n.º 1
0
 public static Series <double> Random(int count, Randoms.IRandomGenerator gen = null)
 {
     return(NdArray.Random(count, gen).ToSeries());
 }