• Stefy Lanza (nextime / spora )'s avatar
    Fix extraction to consider all results with equal payouts weighted by odds · 5c8af90a
    Stefy Lanza (nextime / spora ) authored
    When the CAP threshold is negative and all payouts are 0 (no bets placed),
    the system was only selecting one result (e.g., always DRAW) instead of
    considering all results with equal payouts.
    
    Changes:
    - Fixed fallback selection to include ALL results with minimum payout
    - Weighted random selection now properly considers all tied results
    - Outcomes with better odds (lower coefficients) have higher probability
    
    This ensures fair random selection among all possible outcomes when
    multiple results have the same payout, weighted by their odds.
    5c8af90a
Name
Last commit
Last update
..
__init__.py Loading commit data...
application.py Loading commit data...
games_thread.py Loading commit data...
match_timer.py Loading commit data...
message_bus.py Loading commit data...
rtsp_streamer.py Loading commit data...
screen_cast.py Loading commit data...
template_watcher.py Loading commit data...
thread_manager.py Loading commit data...
udp_broadcast.py Loading commit data...
video_feeder.py Loading commit data...