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
伯努利分佈 (bernoulli_distribution)
C++11
二項分佈 (binomial_distribution)
C++11
柯西分佈 (cauchy_distribution)
C++11
卡方分佈 (chi_squared_distribution)
C++11
離散分佈 (discrete_distribution)
C++11
指數分佈 (exponential_distribution)
C++11
極值分佈 (extreme_value_distribution)
C++11
費歇爾F分佈 (fisher_f_distribution)
C++11
伽馬分佈 (gamma_distribution)
C++11
幾何分佈 (geometric_distribution)
C++11
對數正態分佈 (lognormal_distribution)
C++11
負二項分佈 (negative_binomial_distribution)
C++11
正態分佈 (normal_distribution)
C++11
分段常值分佈 (piecewise_constant_distribution)
C++11
分段線性分佈 (piecewise_linear_distribution)
C++11
泊松分佈 (poisson_distribution)
C++11
學生t分佈 (student_t_distribution)
C++11
均勻整數分佈 (uniform_int_distribution)
C++11
均勻實數分佈 (uniform_real_distribution)
C++11
威布林分佈 (weibull_distribution)
生成器
C++11
預設隨機引擎 (default_random_engine)
C++11
丟棄塊引擎 (discard_block_engine)
C++11
獨立位元引擎 (independent_bits_engine)
C++11
knuth_b
C++11
線性同餘引擎 (linear_congruential_engine)
C++11
梅森旋轉引擎 (mersenne_twister_engine)
C++11
minstd_rand
C++11
minstd_rand0
C++11
mt19937
C++11
mt19937_64
C++11
隨機裝置 (random_device)
C++11
ranlux24
C++11
ranlux24_base
C++11
ranlux48
C++11
ranlux48_base
C++11
隨機順序引擎 (shuffle_order_engine)
C++11
帶減法進位的引擎 (subtract_with_carry_engine)
其他
C++11
生成規範值 (generate_canonical)
C++11
種子序列 (seed_seq)
威布林分佈 (weibull_distribution)
C++11
weibull_distribution::(建構函式)
成員函式
C++11
weibull_distribution::a
C++11
weibull_distribution::b
C++11
weibull_distribution::max
C++11
weibull_distribution::min
C++11
weibull_distribution::operator()
C++11
weibull_distribution::param
C++11
weibull_distribution::reset
非成員函式 (non-member functions)
C++11
operator<<
C++11
operator>>
C++11
關係運算符
參考
<random>
威布林分佈 (weibull_distribution)
a
公有成員函式 (public member function)
<random>
std::
weibull_distribution
::a
result_type a() const;
引數 a (Parameter a)
返回與 weibull_distribution 關聯的分佈引數
a
。
此引數稱為
威布林分佈
的
形狀引數
。
此引數在
構造時
設定。
引數
無
返回值
與物件關聯的分佈引數
a
。
複雜度
常量。
另見
weibull_distribution::b
引數 b (Parameter b)
(公有成員函式)
weibull_distribution::(建構函式)
構造威布林分佈
(公共成員函式)
weibull_distribution::param
分佈引數
(公共成員函式)