gabrysiak/randnum

Generates 2 random numbers and checks if they are equal

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/gabrysiak/randnum

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

This package is not auto-updated.

Last update: 2025-10-11 20:30:32 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);