cplusplus
.com
教程
参考
文章
论坛
C++
教程
参考
文章
论坛
参考
C 库
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
C++11
<cfenv> (fenv.h)
<cfloat> (float.h)
C++11
<cinttypes> (inttypes.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
C++11
<cstdbool> (stdbool.h)
<cstddef> (stddef.h)
C++11
<cstdint> (stdint.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
C++11
<ctgmath> (tgmath.h)
<ctime> (time.h)
C++11
<cuchar> (uchar.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
容器
C++11
<array>
<deque>
C++11
<forward_list>
<list>
<map>
<queue>
<set>
<stack>
C++11
<unordered_map>
C++11
<unordered_set>
<vector>
输入/输出
<fstream>
<iomanip>
<ios>
<iosfwd>
<iostream>
<istream>
<ostream>
<sstream>
<streambuf>
多线程
C++11
<atomic>
C++11
<condition_variable>
C++11
<future>
C++11
<mutex>
C++11
<thread>
其他
<algorithm>
<bitset>
C++11
<chrono>
C++11
<codecvt>
<complex>
<exception>
<functional>
C++11
<initializer_list>
<iterator>
<limits>
<locale>
<memory>
<new>
<numeric>
C++11
<random>
C++11
<ratio>
C++11
<regex>
<stdexcept>
<string>
C++11
<system_error>
C++11
<tuple>
C++11
<type_traits>
C++11
<typeindex>
<typeinfo>
<utility>
<valarray>
<random>
分布
C++11
伯努利分布
C++11
二项分布
C++11
柯西分布
C++11
卡方分布
C++11
离散分布
C++11
指数分布
C++11
极值分布
C++11
费雪F分布
C++11
伽玛分布
C++11
几何分布
C++11
对数正态分布
C++11
负二项分布
C++11
正态分布
C++11
分段常数分布
C++11
分段线性分布
C++11
泊松分布
C++11
学生t分布
C++11
均匀整数分布
C++11
均匀实数分布
C++11
威布尔分布
生成器
C++11
默认随机引擎
C++11
丢弃块引擎
C++11
独立比特引擎
C++11
knuth_b
C++11
线性同余引擎
C++11
梅森旋转引擎
C++11
minstd_rand
C++11
minstd_rand0
C++11
mt19937
C++11
mt19937_64
C++11
随机设备
C++11
ranlux24
C++11
ranlux24_base
C++11
ranlux48
C++11
ranlux48_base
C++11
随机排序引擎
C++11
带进位减法引擎
其他
C++11
generate_canonical
C++11
seed_seq
伽玛分布
C++11
gamma_distribution::(构造函数)
成员函数
C++11
gamma_distribution::alpha
C++11
gamma_distribution::beta
C++11
gamma_distribution::max
C++11
gamma_distribution::min
C++11
gamma_distribution::operator()
C++11
gamma_distribution::param
C++11
gamma_distribution::reset
非成员函数
C++11
operator<<
C++11
operator>>
C++11
关系运算符
参考
<random>
伽玛分布
beta
公有成员函数
<random>
std::
gamma_distribution
::beta
result_type beta() const;
参数 beta
返回与
gamma_distribution
关联的 *beta* 参数 (
β
)。
此参数称为 *伽玛分布* 的 *尺度参数*。
此参数在
构造时
设置。
参数
无
返回值
与分布对象关联的 beta 参数 (
β
)。
复杂度
常量。
另见
gamma_distribution::alpha
参数 alpha
(公有成员函数)
gamma_distribution::(构造函数)
构造伽马分布 (公有成员函数)
gamma_distribution::param
分布参数
(公共成员函数)