FRandomStream::FRandomStream

Creates and initializes a new random stream from the specified seed value.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/RandomStream.h

Include

#include "Math/RandomStream.h"

Syntax

FRandomStream
(
    int32 InSeed
)

Remarks

Creates and initializes a new random stream from the specified seed value.

Parameters

Parameter

Description

InSeed

The seed value.

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