public Pcg() : this(PcgSeed.GuidBasedSeed()) { }
public PcgExtended() : this(PcgSeed.GuidBasedSeed(), ShiftedIncrement) { }