def rvs_ratio_uniforms(pdf, umax, vmin, vmax, size=1, c=0, random_state=None): Generate random samples from a probability density function using the ratio-of-uniforms method. .. deprecated:: 1.12.0 ...