To use:
- Download the latest release.
- Run the jar file from the terminal using
java -jar [YOUR PATH]/PRNG.jar
- Follow the CLI to generate your PRNs.
OR
- Run
./rand.sh [seed] [n]
- PRNs will be generated in nums.out in your current directory.
Implemented using the Mersenne Twister algorithm using Java's concurrency library.