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