Detailed Description
Definition at line 34 of file Math.php.
Member Function Documentation
Get the big endian two's complement of a given big integer in binary notation
- Parameters:
-
- Returns:
- string
Definition at line 74 of file Math.php.
Translate a binary form into a big integer string
- Parameters:
-
- Returns:
- string
Definition at line 87 of file Math.php.
rand |
( |
$ |
minimum, |
|
|
$ |
maximum |
|
) |
| |
Generate a pseudorandom number within the given range. Will attempt to read from a systems RNG if it exists or else utilises a simple random character to maximum length process. Simplicity is a factor better left for development...
- Parameters:
-
string | int | $minimum | |
string | int | $maximum | |
- Returns:
- string
Definition at line 47 of file Math.php.
Translate a big integer string into a binary form
- Parameters:
-
- Returns:
- string
Definition at line 97 of file Math.php.
The documentation for this class was generated from the following file:
- E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Crypt/Math.php