Update prng documentation
+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.
|
||||
|
||||
Reference in New Issue
Block a user