Added an OS based random number generator (RNG). (0.37.11)
This commit is contained in:
parent
1eacf9411c
commit
87f540797b
12 changed files with 216 additions and 21 deletions
|
|
@ -5,12 +5,11 @@
|
|||
*/
|
||||
|
||||
#include "bytecode.h"
|
||||
#include "value.h"
|
||||
#include "vm.h"
|
||||
#include "parser.h"
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef FUN_WITH_REPL
|
||||
#include "repl.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue