There is an oracle in which it generates a random number every one minute. If the random number is smaller than a constant number target, it would be called a hit.
While the event should be random:
- How can I create a formula in a way that a
hithappens on average roughly every 24 hours? - What would be the probability distribution I should use?