module_random.c File Reference
Functions for generating pseudo-random numbers. More...
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <kuroko/vm.h>
#include <kuroko/util.h>
Include dependency graph for module_random.c:
Go to the source code of this file.
Functions | |
void | _srand (unsigned int seed) |
KrkValue | _krk_random (int, KrkValue *, int) |
KrkValue | _krk_seed (int, KrkValue *, int) |
KRK_Module (random) | |
Detailed Description
Functions for generating pseudo-random numbers.
Definition in file module_random.c.