Technology Made Simple • 19 implied HN points • 12 Sep 21
- Given 'n' numbers and corresponding probabilities that sum to 1, a function can be written to generate a number based on its probability.
- Random numbers between 0 and 1 can be generated uniformly to solve the problem of generating random numbers according to probability.
- Access to solutions to coding problems and breakdowns can often be obtained by subscribing to relevant publications.