Skip to content

A simulation to test different primedice auto-bet settings

Notifications You must be signed in to change notification settings

js10222/primedice-simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

primedice-simulator

A simulation to test different PrimeDice auto-bet settings. The simulator outputs results in the form of graphs such as the one below.

Sample Graph

Dependencies:

  • matplotlib
  • numpy
  • python 3

PrimeDice is an online bitcoin gambling website in which you can choose different values, such as your initial bet amount, the amount of "risk" you want to take, and the amount that you increase your bet after every loss. The site then has an auto-bet setting where the computer will make rolls over and over until either the user decides to stop or the user goes bankrupt.

Of course, the question every gambler wants the answer to is "What is the best gambling strategy?" So this program simulates several rounds with a given setting and records how long it takes for the player to go bankrupt each time. The output is then the average of those several simulations, and it gives a good idea of roughly how long you would have until you go bankrupt.

One interesting aspect to point out is that, as many millions of simulations I have run, the player has always gone bankrupt eventually. I think that says a thing or two about the nature of gambling.

About

A simulation to test different primedice auto-bet settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%