GigaPasjans
Loading...
Searching...
No Matches
Random Class Reference

A utility which contains essential function for pseudorandom generating. More...

#include <Random.h>

Static Public Member Functions

static void PushSeed (uint32 seed)
 
static void PopSeed (int32 count=1)
 
static int32 RandInt (const int32 min, const int32 max)
 Returns random value between min and max.
 
static String RandString (const int32 length)
 Returns random string with given length using digits and alphabet letters.
 
template<typename T>
static FORCE_INLINE void ShuffleVector (std::vector< T > &vector)
 Randomly shuffles a list.
 

Detailed Description

A utility which contains essential function for pseudorandom generating.


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