Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add new psuedo random number generators to README.md
- ISAAC-64
- Lagged Fibonacci
- XORoshiro-256
  • Loading branch information
PartialVolume authored May 26, 2024
1 parent b5ad621 commit 5b9ae7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ This paragraph is for those that are not familiar with wiping disks. if you know
Nwipe also includes the following pseudo random number generators:
* Mersenne Twister (mt19937ar-cok)
* ISAAC (rand.c 20010626)
* ISAAC-64 (isaac64.c)
* Lagged Fibonacci (from v2024.02.2_26.0_x86-64_0.37)
* XORoshiro-256 (from v2024.02.2_26.0_x86-64_0.37)

## Obtaining and writing ShredOS to a USB flash drive, the easy way!

Expand Down

0 comments on commit 5b9ae7a

Please sign in to comment.