Skip to content

Instantly share code, notes, and snippets.

@meghuizen
Forked from padraic/gist:4971487
Created February 22, 2013 18:33
Show Gist options
  • Save meghuizen/5015542 to your computer and use it in GitHub Desktop.
Save meghuizen/5015542 to your computer and use it in GitHub Desktop.
<?php
mt_srand(1361152757.2);
for ($i=1; $i < 25; $i++) {
echo mt_rand(), PHP_EOL;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment