Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Utility to seed a random engine with maximal entropy from random_device. More...
#include <FastRandom.h>
Public Types | |
using | result_type = std::random_device::result_type |
Public Member Functions | |
template<class Itr > | |
void | generate (Itr first, Itr last) |
Utility to seed a random engine with maximal entropy from random_device.
Definition at line 183 of file FastRandom.h.
using cRandomDeviceSeeder::result_type = std::random_device::result_type |
Definition at line 185 of file FastRandom.h.
|
inline |
Definition at line 188 of file FastRandom.h.