public static Int256 GenNonce32() => Rnd.NextBytes(32).ToInt256();
public static Int128 GenNonce16() => Rnd.NextBytes(16).ToInt128();