How can I create a weighted random number.
Ok this is getting me confused.
I need to creat e random number. usually not an issue. I need to be able to pass 3 paramaters though
a minimum, a maximum and a most likely.
the further away from the most likely you get the less chance that number has of actually showing.
Any idea on how I can accomplish this or even any tips?