ProbabilityTest is a simple program useful for simulating dice throwing and other forms of randomness.
Java 8 and the JFreeChart libraries (/lib/jcommon-1.0.0.jar and /lib/jfreechart-1.0.1.jar)
There are two versions available at the moment:
- English version: "master" branch
- Hungarian version: "hungarian" branch (there is a .exe file in /executables for the hungarian version, use that or follow the instructions below)
Download the one you wish to use, then:
- Open the downloaded files as a NetBeans project
- Add the external libraries (/lib/jcommon-1.0.0.jar and /lib/jfreechart-1.0.1.jar) to the project in the project properies
- Compile and run