#Question to technical coders

5 messages · Page 1 of 1 (latest)

languid bough
#

If you had a loop that printed a random number between 1 and 1000, what would the chance be that the same number is printed twice?

languid bough
#

Pick a seed, I’m just curious

amber basin
#

no, no.
There's no such thing as perfectly randomized.
It's always based on pseudo random numbers created using a seed.
Those seeds impact the numbers generated.
You can say it'll be roughly 1/1000, but that wouldn't be correct

lyric temple
#

about 1*10^6

or 10,00,000