![]() |
Raven Engine v0.1
|
Header file for the RandomEngine class, implementing a PCG32 PRNG. More...
Classes | |
| class | Crux::RandomEngine |
| High-performance 64-bit state, 32-bit output PRNG based on PCG32. More... | |
Namespaces | |
| namespace | Crux |
Header file for the RandomEngine class, implementing a PCG32 PRNG.
Provides fast and statistically robust pseudorandom number generation using the PCG32 algorithm. Supports generating 32-bit integers, bounded ranges, and floating-point values.