Skip to content

marklin2234/MT19937pp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreadedMT19937

To use:

  1. Download the latest release.
  2. Run the jar file from the terminal using
java -jar [YOUR PATH]/PRNG.jar
  1. Follow the CLI to generate your PRNs.

OR

  1. Run
./rand.sh [seed] [n]
  1. PRNs will be generated in nums.out in your current directory.

Implementation

Implemented using the Mersenne Twister algorithm using Java's concurrency library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published