summaryrefslogtreecommitdiffstats
path: root/mbbsd/dice.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/dice.c')
-rw-r--r--mbbsd/dice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/dice.c b/mbbsd/dice.c
index b6283731..f3b7ff90 100644
--- a/mbbsd/dice.c
+++ b/mbbsd/dice.c
@@ -356,7 +356,7 @@ dice_main(void)
clear();
show_data();
for (j = 0; j < 3; j++)
- bet[j] = rand() % 6 + 1;
+ bet[j] = random() % 6 + 1;
for (j = 0; j < 100; j++)
value[j] = 0;