Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Classes | |
struct | cUniformImpl |
Typedefs | |
template<class IntType > | |
using | cUniform = typename cUniformImpl< IntType >::type |
uniform_int_distribution<char> is undefined so this aliases a valid type. More... | |
template<class Char > | |
using | IsChar = typename std::is_same< typename std::make_signed< Char >::type, signed char >::type |
Aliases true_type if Char is any variant of char ignoring signed-ness. More... | |
Functions | |
UInt32 | GetRandomSeed () |
Returns a low quality seed. More... | |
using Detail::cUniform = typedef typename cUniformImpl<IntType>::type |
uniform_int_distribution<char> is undefined so this aliases a valid type.
Definition at line 48 of file FastRandom.h.
using Detail::IsChar = typedef typename std::is_same<typename std::make_signed<Char>::type, signed char>::type |
Aliases true_type if Char is any variant of char ignoring signed-ness.
Definition at line 30 of file FastRandom.h.
UInt32 Detail::GetRandomSeed | ( | ) |
Returns a low quality seed.
Definition at line 26 of file FastRandom.cpp.