php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
PHPAPI double | php_random_gammasection_closed_open (php_random_algo_with_state engine, double min, double max) |
PHPAPI double | php_random_gammasection_closed_closed (php_random_algo_with_state engine, double min, double max) |
PHPAPI double | php_random_gammasection_open_closed (php_random_algo_with_state engine, double min, double max) |
PHPAPI double | php_random_gammasection_open_open (php_random_algo_with_state engine, double min, double max) |
PHPAPI double php_random_gammasection_closed_closed | ( | php_random_algo_with_state | engine, |
double | min, | ||
double | max ) |
Definition at line 102 of file gammasection.c.
PHPAPI double php_random_gammasection_closed_open | ( | php_random_algo_with_state | engine, |
double | min, | ||
double | max ) |
Definition at line 74 of file gammasection.c.
PHPAPI double php_random_gammasection_open_closed | ( | php_random_algo_with_state | engine, |
double | min, | ||
double | max ) |
Definition at line 134 of file gammasection.c.
PHPAPI double php_random_gammasection_open_open | ( | php_random_algo_with_state | engine, |
double | min, | ||
double | max ) |
Definition at line 162 of file gammasection.c.