Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FLinearFeedbackShiftRegister
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/LFSR.h |
| Include | #include "Math/LFSR.h" |
uint32 GetNextValueWithLast
(
uint32 N
)
Remarks
This function is the same as above. But it will also return the last value N^2-1. So, for N=4, it will return {0, 1, 2, 3} in random order.