The random parameter to [Curve.GenerateKey] is now ignored. Instead, it now always uses a secure source of cryptographically random bytes. For deterministic testing, use the new [testing/cryptotest.SetGlobalRandom] function. The new GODEBUG setting `cryptocustomrand=1` temporarily restores the old behavior.