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::BetterPseudoRandom_Windows Class Reference

#include <Random_Windows.h>

Public Member Functions

bool GetRandom (void *data, size_t dataSize)
 Fills a buffer with random data, if true is returned. Otherwise the random generator fails to generate random numbers.
 
template<class T >
bool GetRandom (T &value)
 Template helper for value types GetRandom.
 

Detailed Description

Provides a better yet more computationally costly random implementation. To be used in less frequent scenarios, i.e. to get a good seed.


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