Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Examples:
./untwister -i test_ints.txt

Generating 70 random numbers from seed 1234, using glibc-rand
./untwister -d 70 -g 1234 -r glibc-rand
./untwister -D 70 -g 1234 -r glibc-rand

Generating 90 random numbers from state file saved in state.txt
./untwister -d 90 -g -i state.txt
./untwister -D 90 -g -i state.txt
```


Expand Down