예제 #1
0
파일: Pcg.cs 프로젝트: w-tai/PCGSharp
 public Pcg() : this(PcgSeed.GuidBasedSeed())
 {
 }
예제 #2
0
 public PcgExtended() : this(PcgSeed.GuidBasedSeed(), ShiftedIncrement)
 {
 }