PCG
PCG
The PCG library provides a number of better random number generators.
The library has a interface that resembles standard C++ number generators with generators that:
- Do not fail statistical tests for randomness
- Ensure unpredictability and safety
- Are fast and don't require large amounts of memory
- Provide useful features such as "jump ahead"
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 2 3 |
|
1 2 |
|