summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--orc-test/orctest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/orc-test/orctest.c b/orc-test/orctest.c
index 6789a68..932284d 100644
--- a/orc-test/orctest.c
+++ b/orc-test/orctest.c
@@ -335,7 +335,7 @@ OrcTestResult
orc_test_compare_output (OrcProgram *program)
{
OrcExecutor *ex;
- int n = 64 + (random()&0xf);
+ int n = 64 + (rand()&0xf);
void *dest_exec[4] = { NULL, NULL, NULL, NULL };
void *dest_emul[4] = { NULL, NULL, NULL, NULL };
void *ptr_exec[4];