Skip to content

Instantly share code, notes, and snippets.

@boo1ean
Created October 28, 2013 21:00
Show Gist options
  • Select an option

  • Save boo1ean/7204594 to your computer and use it in GitHub Desktop.

Select an option

Save boo1ean/7204594 to your computer and use it in GitHub Desktop.
<?php require_once 'vendor/autoload.php';
use Rych\Random\Random;
$random = new Random();
echo $random->getRandomString(50) . PHP_EOL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment