From 5b9ae7a0709489edfe011ad850acb898d7628285 Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Sun, 26 May 2024 21:27:48 +0100 Subject: [PATCH] Update README.md Add new psuedo random number generators to README.md - ISAAC-64 - Lagged Fibonacci - XORoshiro-256 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1ea8b50681c..63a9ade16d4 100644 --- a/README.md +++ b/README.md @@ -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!