跳到主要内容

extreme_real

生成随机数X,X服从参数为a,b的极值分布,即X~G(a,b)

声明

float extreme_real(float a, float b)

参数

参数名描述
a参数a
b参数b

返回值

随机数X,X~G(a,b)

使用方式

返回文档