Recent content by GZAN

  1. G

    Blackjack simulation programming

    Hey, Using the method proposed by Sonny I eventually found another bug. This bug allowed to player to double on hands he was not allowed to double on. With this fixed I ran a simulation with 1.000.000.000 rounds and it resulted in an IBA of 0,611406%. This is very close to the theoretical...
  2. G

    Blackjack simulation programming

    Hey, I think I understand the way this "Cut Card Effect" works. Shuffling at a certain percentage will give wrong results when simulating a CSM. However, shuffling after a fixed amount of hands are played shouldn't make a difference, should it? That way I could still avoid the big speed hit of...
  3. G

    Blackjack simulation programming

    Thanks for all of your response they have been very helpful so far, Ok, that’s fixed now. I just did a simulation that showed the frequencies of all hands with 2 cards. At first I thought something was wrong because some hands were coming up more often than others. But this off course is...
  4. G

    Blackjack simulation programming

    Hey, I'm currently programming a blackjack simulator for learning purposes. I'm a beginner at blackjack and by doing this I hope to learn a couple of things about this interesting game. I have implemented basic strategy for "6 decks, S17, D9, DAS, No Surrender, No Peek" using a chart I found...
Top