Question: [In c++] 3. Develop a random number generator that generates two-digit decimal numbers where individual digits appear with the following probabilities: digit 1 2 3
[In c++]
![[In c++] 3. Develop a random number generator that generates two-digit decimal](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66efc0d8194ef_50366efc0d791594.jpg)
3. Develop a random number generator that generates two-digit decimal numbers where individual digits appear with the following probabilities: digit 1 2 3 probability 0.1 0.2 0.3 0.4 For example, the number 43 (and 34) will be generated in 12% of cases, while l I will appear only in 1 % of cases. 3. Develop a random number generator that generates two-digit decimal numbers where individual digits appear with the following probabilities: digit 1 2 3 probability 0.1 0.2 0.3 0.4 For example, the number 43 (and 34) will be generated in 12% of cases, while l I will appear only in 1 % of cases
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
