This might be more of a math question.
I need to get a random number that is assumed to be geometric with a mean of 25. I looked into std::geometric_distribution, but that does not look like what I want. std::normal_distribution is not quite right either, or I would have been given a standard deviation. Any ideas on what I can use to get a number that will match the requirement would be a great help.