Interactive Archetype Population Generator
Same archetype profiles and randomization ranges as the verified Python generator in Archetype-Based Population Synthesis — with one real fix: the original poker generator drew VPIP, PFR, and aggression independently, with no correlation between them, which didn't match the actual goal of preserving realistic variable correlation. This version adds that correlation using the same weighted-blend technique already verified in the companion market generator. Set your own distribution and generate a real population, in your browser, right now.
Set the distribution
50%
35%
12%
3%
Sliders are independent — the generator normalizes whatever ratio you set to real probabilities, same as the Python version.
1000
Source
Real Python source this page is ported from.