FSobol::Next

Evaluate next Sobol number from one of the traditional Sobol dimensions

Windows
MacOS
Linux

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

Syntax

static float Next
(
    int32 Index,
    int32 Dim,
    float Value
)

Remarks

Evaluate next Sobol number from one of the traditional Sobol dimensions

Returns

The Sobol result at the given Index

Parameters

Parameter

Description

Index

The index for the Sobol number to generate.

Dim

The Sobol dimension to use (0-15)

Value

The value for the Sobol number at Index-1.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss