public void NewSeed() { NewSeed(RandomSeed.Crypto()); }
public FastRandom() : this(RandomSeed.Crypto()) { }