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

Small app to generate statistics of the performance of random number generation strategies.

Notifications You must be signed in to change notification settings

jrglee/JavaRandomComparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small app to generate statistics of the performance of random number generation strategies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published