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