Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FRandomStream
Syntax
mutable uint32 Seed
Remarks
Holds the current seed. This should be an uint32 so that any shift to obtain top bits is a logical shift, rather than an arithmetic shift (which smears down the negative bit).