Beispiel #1
0
 public Pcg() : this(PcgSeed.GuidBasedSeed())
 {
 }
Beispiel #2
0
 public PcgExtended() : this(PcgSeed.GuidBasedSeed(), ShiftedIncrement)
 {
 }