Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 743 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 743 Bytes

ProbabilityTest

ProbabilityTest is a simple program useful for simulating dice throwing and other forms of randomness.

Requirements

Java 8 and the JFreeChart libraries (/lib/jcommon-1.0.0.jar and /lib/jfreechart-1.0.1.jar)

Installment

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:

  1. Open the downloaded files as a NetBeans project
  2. Add the external libraries (/lib/jcommon-1.0.0.jar and /lib/jfreechart-1.0.1.jar) to the project in the project properies
  3. Compile and run