A Python based package for improved random event generation.
Download the Python file and put it in your project folder along with all other main files.
Each player is an object of the player class. It is initialized as follows :-
player1 = player("Jhon", 8008)Where "Jhon" is the name and 8008 is the starting amount.
Use the dblOrNtg() function in order to play a game of Double or Nothing with a given player.
Use the add() function to add money to the player's purse.
The code contains details about the algorithm used.