#include "mruby.h"
#include "mruby/variable.h"
#include "mruby/data.h"
#include "mt19937ar.h"
#include <time.h>
Go to the source code of this file.
Macro Definition Documentation
| #define GLOBAL_RAND_SEED_KEY "$mrb_g_rand_seed" |
| #define GLOBAL_RAND_SEED_KEY_CSTR_LEN 16 |
| #define INSTANCE_RAND_SEED_KEY "$mrb_i_rand_seed" |
| #define INSTANCE_RAND_SEED_KEY_CSTR_LEN 16 |
| #define MT_STATE_KEY "$mrb_i_mt_state" |
| #define MT_STATE_KEY_CSTR_LEN 15 |
Function Documentation
| void mrb_mruby_random_gem_final |
( |
mrb_state * |
mrb | ) |
|
| void mrb_mruby_random_gem_init |
( |
mrb_state * |
mrb | ) |
|