public int Next() { return(DefaultRNG.Next()); }
public bool Next() { return(DefaultRNG.Next() % 2 == 0); }