public static double NextDouble() { return(_Random.NextDouble()); }
public static double NextDouble() => _Random.NextDouble();