Generates 2 random numbers and checks if they are equal
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);
Sources Download
MIT License