Comment by thaumasiotes
4 hours ago
That sounds like a pretty strong source of true randomness, frankly.
(It's then filtered through the list, so the list needs to have good pseudorandomness properties anyway, but still.)
4 hours ago
That sounds like a pretty strong source of true randomness, frankly.
(It's then filtered through the list, so the list needs to have good pseudorandomness properties anyway, but still.)
> (It's then filtered through the list, so the list needs to have good pseudorandomness properties anyway, but still.)
Not sure? Suppose your list only had two number 0 and 1, and you build your random numbers one bit at a time.
Or more realistically, you have 256 numbers on the list 0, 1, 2, ..., 255 in order. If the 'large numbers of players drawing from the same list' assumption holds, it doesn't matter much that the list is in order.
What's just a bit weird is why anyone would want to turn an embarrassingly parallel problem into something with a sequential bottleneck?