FSobol::Evaluate

Evaluate Sobol number from one of the traditional Sobol dimensions at the given index

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 Evaluate
(
    int32 Index,
    int32 Dim,
    int32 Seed
)

Remarks

Evaluate Sobol number from one of the traditional Sobol dimensions at the given index

Returns

The Sobol result at the given Index

Parameters

Parameter

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

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