Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
esyede committed Nov 27, 2023
1 parent 7b5c052 commit 884eed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/foundation/faker/generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function seed($seed = null)
if (PHP_VERSION_ID < 70100) {
mt_srand((int) $seed);
} else {
mt_srand((int) $seed, MT_RAND_PHP);
mt_srand((int) $seed, MT_RAND_MT19937);
}
}
}
Expand Down

0 comments on commit 884eed8

Please sign in to comment.