コード例 #1
0
ファイル: Pcg.cs プロジェクト: w-tai/PCGSharp
 public Pcg() : this(PcgSeed.GuidBasedSeed())
 {
 }
コード例 #2
0
 public PcgExtended() : this(PcgSeed.GuidBasedSeed(), ShiftedIncrement)
 {
 }