public static DColor Random() { return(Create((float)Rng.RandomDouble(), (float)Rng.RandomDouble(), (float)Rng.RandomDouble())); }