is there any way to get a weighted random number other than something like
this:
array = (1,2,2,3,3,3,4, 4,4,5,5,6)
and then get a random val from teh array?
Alex
this:
array = (1,2,2,3,3,3,4, 4,4,5,5,6)
and then get a random val from teh array?
Alex
Comment