Update prng documentation

2026-05-10 16:45:35 +01:00
parent 7362bef5d7
commit 77b1b1b3ef
+1 -1
@@ -47,4 +47,4 @@ u64 r2 = wapp_prng_xorshift_256ss(&state); // high quality (BigCrush)
u64 r3 = wapp_prng_xorshift_256p(&state); // high quality (BigCrush)
```
> The `_256ss` and `_256p` variants provide better statistical quality and pass the BigCrush test suite. The standard `_256` variant is faster but has known statistical weaknesses.
> The `_256ss` and `_256p` variants provide better statistical quality and pass the BigCrush test suite. The standard `_256` variant is faster but has known statistical weaknesses.