diff options
author | Leigh <leigh@php.net> | 2016-07-07 15:14:06 +0100 |
---|---|---|
committer | Leigh <leigh@php.net> | 2016-07-07 15:14:06 +0100 |
commit | 69e7d8dcd5ccfbd4e46cdf502e7e8b0f3aa339bc (patch) | |
tree | b78dd3bc275a1efcae20663918cd3f113bbd392b /ext/standard/php_math.h | |
parent | bb1f8228ed8d2a92c7785bd7c095782df93e15ca (diff) | |
download | php-git-69e7d8dcd5ccfbd4e46cdf502e7e8b0f3aa339bc.tar.gz |
Make mode selection part of mt_srand()
The mode of operation is intrinsically linked to seeding, so this makes a lot of sense
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r-- | ext/standard/php_math.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 91cd3e498e..406fd49dcd 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -51,7 +51,6 @@ PHP_FUNCTION(getrandmax); PHP_FUNCTION(mt_srand); PHP_FUNCTION(mt_rand); PHP_FUNCTION(mt_getrandmax); -PHP_FUNCTION(mt_rand_mode); PHP_FUNCTION(abs); PHP_FUNCTION(ceil); PHP_FUNCTION(floor); |