Random Seed Function
Let’s say you have a function that outputs a random integer between a minimum value, , and maximum value, .
Now let’s say we take the output from the random integer function and place it into another random function as the max value with the same min value .
What would the distribution of the samples look like?
What would be the expected value?
.....
Loading comments