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
|
|
@ -134,6 +134,7 @@ static const char *opcode_name(OpCode op) {
|
|||
case OP_THREAD_SPAWN: return "THREAD_SPAWN";
|
||||
case OP_THREAD_JOIN: return "THREAD_JOIN";
|
||||
case OP_SLEEP_MS: return "SLEEP_MS";
|
||||
case OP_RANDOM_NUMBER: return "RANDOM_NUMBER";
|
||||
case OP_BAND: return "BAND";
|
||||
case OP_BOR: return "BOR";
|
||||
case OP_BXOR: return "BXOR";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue