Example #1
0
 public static Int256 GenNonce32() =>
 Rnd.NextBytes(32).ToInt256();
Example #2
0
 public static Int128 GenNonce16() =>
 Rnd.NextBytes(16).ToInt128();