Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::SimpleLcgRandomVec4 Class Reference

This class is a vectorized implementation of LCG, allowing for the generation of 4 random values in parallel. More...

#include <Random.h>

Public Member Functions

void SetSeed (Simd::Vec4::Int32ArgType seed)
 
Simd::Vec4::Int32Type GetRandomInt4 ()
 
Simd::Vec4::FloatType GetRandomFloat4 ()
 

Detailed Description

This class is a vectorized implementation of LCG, allowing for the generation of 4 random values in parallel.


The documentation for this class was generated from the following file: