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