How can I generate random Int64 and UInt64 values using the Random class in C#?
Random
You don't say how you're going to use these random numbers...keep in mind that values returned by Random are not "cryptographically secure" and they shouldn't be used for things involving (big) secrets or (lots of) money.