Skip to content

Random

Random abstraction over PHP Randomizer.


The Random package provides an abstraction over PHP Randomizer that doesn’t enforce a big API surface.

Installation

Add the Castor repository to your composer.json.

{
"repositories": [{
"type": "composer",
"url": "https://castor-labs.github.io/php-packages"
}]
}

And then install with composer.

Terminal window
composer require castor/random

Motivation