This tool simulates spinning the wheel until all segments reach 0 quantity and collects statistics to verify the logic works correctly.
What this test does:
- Loads the current segment quantities from the server
- Simulates spinning the wheel until all segments reach 0 quantity
- Tracks how many times each segment is selected
- Verifies that segments with 0 quantity are never selected
- Compares the actual probabilities with the expected probabilities
Note: This is a simulation only and does not modify the actual quantities stored on the server.