S
Sharkbyte
I am trying to figure out a way to "randomly" generate a number, between 1 &
6; however, the caveat is that I also have percentages that each number
should appear in.
For example: The number five should appear 24.6%, over a 10000 number
sample. (This should allow for some level of standard deviation for 100
number increments.)
The only thing I can think of is to create a table of all the numbers, based
on their percetnages, and then randomly select records from that table.
6; however, the caveat is that I also have percentages that each number
should appear in.
For example: The number five should appear 24.6%, over a 10000 number
sample. (This should allow for some level of standard deviation for 100
number increments.)
The only thing I can think of is to create a table of all the numbers, based
on their percetnages, and then randomly select records from that table.