✅ Random help
How do I get a random ulong out of Random.Next()? Random.NextInt64() seems to actually only give a random 63-bit number


checked context, either because someone wrapped your method in checked, or if the assembly was compiled with checked arithmeticlong.MinValuelong.MaxValueuncheckedRandomNumberGeneratorSpan<byte>Unsafe.AsUnsafe.BitCast<long, ulong>stackalloc