Query: stats_rand_gen_beta
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STATS_RAND_GEN_BETA(3) 1 STATS_RAND_GEN_BETA(3) stats_rand_gen_beta - Generates beta random deviateSYNOPSISfloat stats_rand_gen_beta (float $a, float $b)DESCRIPTIONReturns a random deviate from the beta distribution with parameters A and B. The density of the beta is x^(a-1) * (1-x)^(b-1) / B(a,b) for 0 < x <. Method R. C. H. Cheng.PARAMETERSo $a - o $b -RETURN VALUESPHP Documentation Group STATS_RAND_GEN_BETA(3)