Post History
Every outcome must be possible For example, if the challenge requires a random number from 1-5, all 5 numbers must be possible. It does not need to be uniformly random (unless otherwise specified)...
Answer
#2: Post edited
- # Every outcome must be possible
For example, if the challenge requires a random number from 1-5, all 5 numbers must be possible. It does not need to be uniformly random - all 5 numbers may have different probabilities of occurring, but they all must have a nonzero probability.- (At any given point in time, too, so answers that rely being past certain times/dates for randomness do not work either)
- # Every outcome must be possible
- For example, if the challenge requires a random number from 1-5, all 5 numbers must be possible. It does not need to be uniformly random (unless otherwise specified) - all 5 numbers may have different probabilities of occurring, but they all must have a nonzero probability.
- (At any given point in time, too, so answers that rely being past certain times/dates for randomness do not work either)
#1: Initial revision
# Every outcome must be possible For example, if the challenge requires a random number from 1-5, all 5 numbers must be possible. It does not need to be uniformly random - all 5 numbers may have different probabilities of occurring, but they all must have a nonzero probability. (At any given point in time, too, so answers that rely being past certain times/dates for randomness do not work either)