Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FSobol > API/Runtime/Core/Math/FSobol/Evaluate
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 float Evaluate
&40;
int32 Index,
int32 Dim,
int32 Seed
&41;
Remarks
Evaluate Sobol number from one of the traditional Sobol dimensions at the given index The Sobol result at the given Index
Parameters
Name | Description |
---|---|
Index | The index to evaluate. |
Dim | The Sobol dimension to use (0-15). |
Seed | A 24-bit random seed when reusing the same dimension |