Model Assumptions — Simplified Simulator

A transparency report for our simulator and bankroll tools.

This page explains the basic math and assumptions that power our calculators. It is meant to help you understand what the results show and what they do not model.

How to use this page

  • Read the assumptions before you use the calculator.
  • Use the formulas below to see how win, push, and loss probabilities are derived.
  • Note the limitations: this is a risk/pressure model, not a full blackjack rule simulator.

Summary

Formulas

Let p = push rate, e = house edge (decimal). Then:

winProb = ((1 - p) - e) / 2
lossProb = ((1 - p) + e) / 2

How simulations work

  1. Run N sessions (user-selected). Each session plays M hands at a fixed unit size.
  2. For each hand, draw outcome using the probabilities above and update bankroll by +unit/0/-unit.
  3. Collect ending bankrolls, bust points, and summary statistics (average ending bankroll, P10/P90, bust rate).

Limitations

References

See the site pages for deeper explanations: How We Calculate Odds, Blackjack Bankroll Calculator.

Back to Odds