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