Skip to content
Snippets Groups Projects
Commit 7ce16172 authored by Branislav Jansik's avatar Branislav Jansik
Browse files

Update README.md

parent 7befeeb0
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## Intro ## Intro
Random data generator. Random data generator.
Random data are hardware generated by reading the on-chip hardware random data generator which has been seeded by an on-chip entropy source via the [rdrand instruction](https://software.intel.com/content/www/us/en/develop/blogs/find-out-about-intels-new-rdrand-instruction.html). Alternatively, random data are generated by the permuted congruential generator (PCG) pseudorandom number generation algorithm. The PCG code uses [minimal PCG implementation](https://www.pcg-random.org/download.html). Random data are hardware generated by reading the on-chip hardware random data generator which has been seeded by an on-chip entropy source via the [rdrand instruction](https://software.intel.com/content/www/us/en/develop/blogs/find-out-about-intels-new-rdrand-instruction.html). Alternatively, pseudorandom data are generated by the permuted congruential generator (PCG) pseudorandom number generation algorithm. The PCG code uses [minimal PCG implementation](https://www.pcg-random.org/download.html).
## Source ## Source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment