Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 254 Bytes

File metadata and controls

9 lines (5 loc) · 254 Bytes

Small app to compare different random number generation strategies in Java. Requires Java 7 to run.

How to run:

JAVA_HOME=<path_to_java_home_7> ./run.sh

On Mac OSX:

JAVA_HOME=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home ./run.sh