Pedro Paulo
✅ Random help
I've never said it'd be easier 😛
I misunderstood his problem, I thought he wanted to generate a ulong value totally random, that's why I said to use the RandomNumberGenerator and not because it'd be easier, and that's also why I said "nevermind" because I realized I understood everything incorrectly when he said he had to seed the random numbers.
61 replies
✅ Random help
ohh, now I see your point, you want to have a random value starting from 0 and ending at ulong.MaxValue, which is greater than long. The solution I said was to have only positive numbers, but not attending the whole range of ulong.
61 replies