2017 © Pedro Peláez
 

library randnum

Generates 2 random numbers and checks if they are equal

image

gabrysiak/randnum

Generates 2 random numbers and checks if they are equal

  • Saturday, August 10, 2013
  • by tomgabrysiak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Random Number Generator

Generate 2 random numbers then compare to see if they are equal. Return bool result., (*1)

Example Usage:, (*2)

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

The Versions

10/08 2013

dev-master

9999999-dev

Generates 2 random numbers and checks if they are equal

  Sources   Download

MIT License

The Requires

  • php >=5.3.0

 

by Tom Gabrysiak