Based on EV and SD, how would I go about simming something like 10k rounds (in blackjack)? I'm not talking about graphing the EV, +/- SD, or any of that. I'm interested in making a graph (several graphs), and looking at it to see the path along the way, NOT: "EV is $28,581, 66% of the time you'll be between +$2,580 and +$54,582".


Is there a general formula for this?



---

For example, if I were doing this in VP, I would look up the hand distribution (royal flush, straight flush, four of a kind....two pair, high pair), use an RNG that'll be mapped to a specific hand, then the BR and W/L would change by that hand's payout amount. Do that for some X number of hands. Then graph the results.