Public Member Functions | |
| Random (u32 seed) | |
| Random (const Random &rhs)=default | |
| void | next () |
| u32 | getU32 () |
| u32 | getU32 (u32 range) |
| f32 | getF32 () |
| f32 | getF32 (f32 range) |
Private Attributes | |
| u64 | m_x |
| u64 | m_seed |
Static Private Attributes | |
| static constexpr u64 | A = 0x690379B2B2E3D431 |
| static constexpr u32 | C = 0x508EBD |
| static constexpr f32 | MUL = 1.0f / 4294967296.0f |
|
inlinenodiscard |
|
inlinenodiscard |
|
staticconstexprprivate |
|
staticconstexprprivate |