|
GigaPasjans
|
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. | |
A utility which contains essential function for pseudorandom generating.