Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FRandomStream > API/Runtime/Core/Math/FRandomStream/__ctor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/RandomStream.h |
Include | #include "Math/RandomStream.h" |
FRandomStream
&40;
int32 InSeed
&41;
Remarks
Creates and initializes a new random stream from the specified seed value.
Parameters
Name | Description |
---|---|
InSeed | The seed value. |