pygambit.gambit.MixedStrategyProfile.randomize#
- MixedStrategyProfile.randomize(denom: int | None = None) None#
Randomizes the probabilities in the profile. These are generated as uniform distributions over each mixed strategy. If
denomis specified, all probabilities are divisible bydenom, that is, the distribution is uniform over a discrete grid of mixed strategies.
