This commit is contained in:
Doug Hoyte
2023-03-06 00:50:36 -05:00
parent f4cd35d2ed
commit bfc2d690b3
3 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@ while(1) {
for (1..$num) {
my $mode;
if (rand() < 0.001) {
if (rand() < 0.01) {
$mode = rnd(2) + 1;
} else {
$mode = 3;