Skip to content

tron1point0/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Random

A random number generator

(c) 2011 Traian Nedelea

What is it?

This is a random number generator I wrote to use in statistical analysis tools. I found the digits in A Million Random Digits to have a different distribution than what I needed, so I wrote my own.

Features

  • Generates 1 million random numbers
  • Outputs to STDOUT
  • Simple command-line interface - no arguments to remember or regexes to write!
  • Loops
  • Compatible with most locales

How do I use it?

perl gen.pl

Known Bugs

  • If you try to run this on a computer with < 1MB of RAM, it will probably croak.
  • Does not respect all environment variables, most notably, $DISPLAY.

About

Random number generator for statistical analysis tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages