示例#1
0
文件: Pcg.cs 项目: w-tai/PCGSharp
 public Pcg() : this(PcgSeed.GuidBasedSeed())
 {
 }
示例#2
0
 public PcgExtended() : this(PcgSeed.GuidBasedSeed(), ShiftedIncrement)
 {
 }