gabrysiak/randnum

Generates 2 random numbers and checks if they are equal

Maintainers

Package info

github.com/gabrysiak/randnum

pkg:composer/gabrysiak/randnum

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-28 23:02:36 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);