Skip to content

Commit

Permalink
Update README list of supported PRNGs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pass Automated Testing Suite authored and Pass Automated Testing Suite committed May 6, 2024
1 parent ef426de commit 8f08d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8f08d30

Please sign in to comment.