mirror of
https://github.com/polhenarejos/pico-rng.git
synced 2026-04-09 17:25:51 +02:00
Update README.md
Added figures.
This commit is contained in:
@@ -81,8 +81,12 @@ $ python3 firmware/pico_rng_analyze.py sample.rng
|
||||
```
|
||||
will produce two figures:
|
||||
|
||||

|
||||
|
||||
Fig. 1 depicts the distribution of the bytes, from `0` to `255`. Ideally, it must be a uniform distribution, with mean equal to `127.5`.
|
||||
|
||||

|
||||
|
||||
Fig. 2 depicts the distribution of chi square tests and excess percentages. Ideally, the distribution of chi square tests must follow a chi square distribution with mean at `255`. Excess percentage distribution must follow a uniform distribution.
|
||||
|
||||
Pico-rng is also tested with `ent`, `rngtest` and `dieharder` tests. These are the results obtained with pico-rng:
|
||||
|
||||
Reference in New Issue
Block a user