I have a requirement in my .NET project where I need to select an item from a collection, each item has a Weight (integer from 1 to 10) assigned to it.
I need a random g
Make a list and insert each item in Weight number of times. Then choose a random item from the list.