Go to the source code of this file.
Namespaces | |
lua_rng | |
Functions | |
int | lua_rng::impl_rng_create (lua_State *) |
Implementations for lua callbacks. More... | |
int | lua_rng::impl_rng_destroy (lua_State *L) |
int | lua_rng::impl_rng_seed (lua_State *L) |
int | lua_rng::impl_rng_draw (lua_State *L) |
void | lua_rng::load_tables (lua_State *) |
Creates the metatable for RNG objects, and adds the Rng table which contains the constructor. More... | |