Exemplo n.º 1
0
 uint random()
 {
     return((mersenne.BRandom() >> 1) ^ (uint)Math.Abs((int)(mother.Random() * int.MinValue)));
 }
Exemplo n.º 2
0
 uint Random() => (mersenne.BRandom() >> 1) ^ (uint)Math.Abs((int)(mother.Random() * int.MinValue));