Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FSobol > API/Runtime/Core/Math/FSobol/Next
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Sobol.h |
| Include | #include "Math/Sobol.h" |
| Source | /Engine/Source/Runtime/Core/Private/Math/Sobol.cpp |
static FVector Next
(
int32 Index,
int32 CellBits,
FVector Value
)
Remarks
Evaluate next Sobol number from within a 3D cell The Sobol result at given Index
Parameters
| Name | Description |
|---|---|
| Index | The index for the Sobol number to generate. |
| CellBits | Number of bits in cell coordinates. |
| Value | The value for the Sobol number at Index-1. |