What makes this a wheel
How the random Pokemon generator wheel chooses
The wheel is built from the same eligible pool shown by the counter. A seeded draw chooses one entry uniformly, the canvas calculates that entry's segment, and the visible rotation lands the pointer on it. When a pool contains hundreds of Pokémon, every segment still exists even though tiny labels are intentionally omitted so the wheel stays readable.
Use the normal generator when you want several cards immediately. Use this wheel when the visible spin, elimination order, team draft, or shared challenge setup is part of the activity. Because the selected record is fixed before the animation begins, changing from Quick to Dramatic changes the presentation rather than the odds. The live pool count therefore remains the simplest way to understand exactly what can be chosen on the next spin. This also makes the setup practical for streams, classroom draws, challenge videos, or friend-group drafts where everyone should be able to see the same candidate pool before the result lands.