I have an enum that I would like to randomly select a value from, but not truly random. I would like some of the values to be less likely of being selected so far. Here is
Here's a generic approach to choosing an enum value at random. You can adjust the probabilities as suggested here.
enum