![]() |
1516X Push Back 1.0
1516X's robot code for the 2025-2026 VEX Robotics Competition
|
Public Member Functions | |
| XorShift32 (uint32_t seed=pros::micros()) | |
| uint32_t | next_u32 () |
| float | next_f32 () |
| float | uniform (float lo, float hi) |
| float | gaussian (float std_dev) |
Public Attributes | |
| uint32_t | state |
|
inlineexplicit |
|
inline |
Definition at line 65 of file MCL.cpp.
References next_f32().
|
inline |
Definition at line 63 of file MCL.cpp.
References next_u32().
Referenced by gaussian(), and uniform().
|
inline |
|
inline |
| uint32_t MCL::XorShift32::state |
Definition at line 55 of file MCL.cpp.
Referenced by XorShift32(), and next_u32().