mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-22 02:22:50 +00:00
wip
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user