gabrysiak/randnum

Generates 2 random numbers and checks if they are equal

dev-master 2013-08-10 17:20 UTC

This package is not auto-updated.

Last update: 2025-06-07 18:45:22 UTC


README

Generate 2 random numbers then compare to see if they are equal. Return bool result.

Example Usage:

$result = RandomNumber::initialize(2)->executeRolls();
var_dump($result);