Beispiel #1
0
 public void Remix()
 {
     this.Remix(CellRandom.TruelyRandomSeed());
 }
Beispiel #2
0
 public CellRandom()
     : this(CellRandom.TruelyRandomSeed())
 {
 }