From f6c22aaf979bb6c2526c6628ae67f20f8a530805 Mon Sep 17 00:00:00 2001 From: Pass Automated Testing Suite Date: Mon, 6 May 2024 14:01:53 +0200 Subject: [PATCH] Update README list of supported PRNGs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db8298..91b5cdf 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Philox4x64.initialize seedseq |> Seq.iterate Philox4x64.jump |> Seq.take 5 |> Li ``` The resulting list of bitgenerators produce non-overlapping streams of random numbers. -Supported bitgenerators include: `PCG64`, `Philox4x64`, `Xoshiro256`, `ChaCha` and `SFC64`. More coming soon! +Supported bitgenerators include: `PCG64`, `Philox4x64`, `Xoshiro256`, `ChaCha`, `SFC64`, `LXM` and `EFIIX64x48`. More coming soon! ## Empirical Randomness Testing Running the test suite provided by [TestU01][6] on the supported generators is supported.