Random Numbers

- Citation Author(s):
-
Alex Outman
- Submitted by:
- Alexander Outman
- Last updated:
- DOI:
- 10.21227/t719-m102
- Data Format:
- Categories:
Abstract
This dataset includes random number generated through various methods.
Method 1: shuf
Commands used to generate dataset files:
- $ shuf -i 1-1000000000 -n1000000 -o random-shuf.txt
- $ shuf -i 1-1000000000000 -n1000000 -o random-shuf-1-1000000000000.txt
- $ jot -r 1000000 1 1000000000000 > random-jot-1-1000000000000.txt
Instructions:
Download txt files.