René's URL Explorer Experiment


Title: std::normal_distribution - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttp://zh.cppreference.com/
创建账号http://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Fnumeric%2Frandom%2Fnormal+distribution
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Fnumeric%2Frandom%2Fnormal+distribution
页面http://zh.cppreference.com/cpp/numeric/random/normal_distribution
讨论http://zh.cppreference.com/index.php?title=Talk:cpp/numeric/random/normal_distribution&action=edit&redlink=1
http://zh.cppreference.com/cpp/numeric/random/normal_distribution
不转换http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&variant=zh-tw
阅读http://zh.cppreference.com/cpp/numeric/random/normal_distribution
查看源代码http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&action=history
http://zh.cppreference.com/cpp/numeric/random/normal_distribution
cpphttp://zh.cppreference.com/cpp
numerichttp://zh.cppreference.com/cpp/numeric
randomhttp://zh.cppreference.com/cpp/numeric/random
C++http://zh.cppreference.com/cpp
编译器支持http://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现http://zh.cppreference.com/cpp/freestanding
语言http://zh.cppreference.com/cpp/language
标准库http://zh.cppreference.com/cpp/standard_library
标准库标头http://zh.cppreference.com/cpp/header
具名要求http://zh.cppreference.com/cpp/named_req
功能特性测试宏http://zh.cppreference.com/cpp/feature_test
语言支持库http://zh.cppreference.com/cpp/utility#语言支持
概念库http://zh.cppreference.com/cpp/concepts
诊断库http://zh.cppreference.com/cpp/error
内存管理库http://zh.cppreference.com/cpp/memory
元编程库http://zh.cppreference.com/cpp/meta
通用工具库http://zh.cppreference.com/cpp/utility
容器库http://zh.cppreference.com/cpp/container
迭代器库http://zh.cppreference.com/cpp/iterator
范围库http://zh.cppreference.com/cpp/ranges
算法库http://zh.cppreference.com/cpp/algorithm
字符串库http://zh.cppreference.com/cpp/string
文本处理库http://zh.cppreference.com/cpp/text
数值库http://zh.cppreference.com/cpp/numeric
日期和时间库http://zh.cppreference.com/cpp/chrono
输入/输出库http://zh.cppreference.com/cpp/io
文件系统库http://zh.cppreference.com/cpp/filesystem
并发支持库http://zh.cppreference.com/cpp/thread
执行控制库http://zh.cppreference.com/cpp/execution
技术规范http://zh.cppreference.com/cpp/experimental
符号索引http://zh.cppreference.com/cpp/symbol_index
外部库http://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
数值库http://zh.cppreference.com/cpp/numeric
常用数学函数http://zh.cppreference.com/cpp/numeric/math
数学特殊函数http://zh.cppreference.com/cpp/numeric/special_functions
数学常数http://zh.cppreference.com/cpp/numeric/constants
基本线性代数算法http://zh.cppreference.com/cpp/numeric/linalg
数据并行类型(SIMD)http://zh.cppreference.com/cpp/numeric/simd
浮点数环境http://zh.cppreference.com/cpp/numeric/fenv
复数http://zh.cppreference.com/cpp/numeric/complex
数值数组 (valarray)http://zh.cppreference.com/cpp/numeric/valarray
伪随机数生成http://zh.cppreference.com/cpp/numeric/random
位操纵http://zh.cppreference.com/cpp/utility/bit
饱和算术http://zh.cppreference.com/cpp/numeric#饱和算术
因数运算http://zh.cppreference.com/cpp/numeric#因数运算
gcdhttp://zh.cppreference.com/cpp/numeric/gcd
lcmhttp://zh.cppreference.com/cpp/numeric/lcm
插值http://zh.cppreference.com/cpp/numeric#插值运算
midpointhttp://zh.cppreference.com/cpp/numeric/midpoint
lerphttp://zh.cppreference.com/cpp/numeric/lerp
泛型算术运算http://zh.cppreference.com/cpp/numeric#算术运算
iotahttp://zh.cppreference.com/cpp/algorithm/iota
ranges::iotahttp://zh.cppreference.com/cpp/algorithm/ranges/iota
accumulatehttp://zh.cppreference.com/cpp/algorithm/accumulate
inner_producthttp://zh.cppreference.com/cpp/algorithm/inner_product
adjacent_differencehttp://zh.cppreference.com/cpp/algorithm/adjacent_difference
partial_sumhttp://zh.cppreference.com/cpp/algorithm/partial_sum
reducehttp://zh.cppreference.com/cpp/algorithm/reduce
transform_reducehttp://zh.cppreference.com/cpp/algorithm/transform_reduce
inclusive_scanhttp://zh.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttp://zh.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttp://zh.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttp://zh.cppreference.com/cpp/algorithm/transform_exclusive_scan
C 风格带检查整数算术http://zh.cppreference.com/cpp/numeric#带检查整数算术
ckd_addhttp://zh.cppreference.com/cpp/numeric/ckd_add
ckd_subhttp://zh.cppreference.com/cpp/numeric/ckd_sub
ckd_mulhttp://zh.cppreference.com/cpp/numeric/ckd_mul
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/navbar_content&action=edit
伪随机数生成http://zh.cppreference.com/cpp/numeric/random
均匀随机位生成器http://zh.cppreference.com/cpp/numeric/random#均匀随机位生成器
uniform_random_bit_generatorhttp://zh.cppreference.com/cpp/numeric/random/uniform_random_bit_generator
随机数引擎http://zh.cppreference.com/cpp/numeric/random#随机数引擎
linear_congruential_enginehttp://zh.cppreference.com/cpp/numeric/random/linear_congruential_engine
mersenne_twister_enginehttp://zh.cppreference.com/cpp/numeric/random/mersenne_twister_engine
subtract_with_carry_enginehttp://zh.cppreference.com/cpp/numeric/random/subtract_with_carry_engine
philox_enginehttp://zh.cppreference.com/cpp/numeric/random/philox_engine
随机数引擎适配器http://zh.cppreference.com/cpp/numeric/random#随机数引擎适配器
discard_block_enginehttp://zh.cppreference.com/cpp/numeric/random/discard_block_engine
independent_bits_enginehttp://zh.cppreference.com/cpp/numeric/random/independent_bits_engine
shuffle_order_enginehttp://zh.cppreference.com/cpp/numeric/random/shuffle_order_engine
预定义随机数生成器http://zh.cppreference.com/cpp/numeric/random#预定义随机数生成器
非确定随机数http://zh.cppreference.com/cpp/numeric/random#非确定随机数
random_devicehttp://zh.cppreference.com/cpp/numeric/random/random_device
工具http://zh.cppreference.com/cpp/numeric/random#工具
generate_canonicalhttp://zh.cppreference.com/cpp/numeric/random/generate_canonical
seed_seqhttp://zh.cppreference.com/cpp/numeric/random/seed_seq
随机数算法http://zh.cppreference.com/cpp/numeric/random#随机数算法
ranges::generate_randomhttp://zh.cppreference.com/cpp/algorithm/ranges/generate_random
C 随机库http://zh.cppreference.com/cpp/numeric/random#C_随机库
randhttp://zh.cppreference.com/cpp/numeric/random/rand
srandhttp://zh.cppreference.com/cpp/numeric/random/srand
RAND_MAXhttp://zh.cppreference.com/cpp/numeric/random/RAND_MAX
随机数分布http://zh.cppreference.com/cpp/numeric/random#随机数分布
均匀分布http://zh.cppreference.com/cpp/numeric/random#均匀分布
uniform_int_distributionhttp://zh.cppreference.com/cpp/numeric/random/uniform_int_distribution
uniform_real_distributionhttp://zh.cppreference.com/cpp/numeric/random/uniform_real_distribution
generate_canonicalhttp://zh.cppreference.com/cpp/numeric/random/generate_canonical
伯努利分布http://zh.cppreference.com/cpp/numeric/random#伯努利分布
bernoulli_distributionhttp://zh.cppreference.com/cpp/numeric/random/bernoulli_distribution
binomial_distributionhttp://zh.cppreference.com/cpp/numeric/random/binomial_distribution
negative_binomial_distributionhttp://zh.cppreference.com/cpp/numeric/random/negative_binomial_distribution
geometric_distributionhttp://zh.cppreference.com/cpp/numeric/random/geometric_distribution
泊松分布http://zh.cppreference.com/cpp/numeric/random#泊松分布
poisson_distributionhttp://zh.cppreference.com/cpp/numeric/random/poisson_distribution
exponential_distributionhttp://zh.cppreference.com/cpp/numeric/random/exponential_distribution
gamma_distributionhttp://zh.cppreference.com/cpp/numeric/random/gamma_distribution
weibull_distributionhttp://zh.cppreference.com/cpp/numeric/random/weibull_distribution
extreme_value_distributionhttp://zh.cppreference.com/cpp/numeric/random/extreme_value_distribution
正态分布http://zh.cppreference.com/cpp/numeric/random#正态分布
lognormal_distributionhttp://zh.cppreference.com/cpp/numeric/random/lognormal_distribution
chi_squared_distributionhttp://zh.cppreference.com/cpp/numeric/random/chi_squared_distribution
cauchy_distributionhttp://zh.cppreference.com/cpp/numeric/random/cauchy_distribution
fisher_f_distributionhttp://zh.cppreference.com/cpp/numeric/random/fisher_f_distribution
student_t_distributionhttp://zh.cppreference.com/cpp/numeric/random/student_t_distribution
采样分布http://zh.cppreference.com/cpp/numeric/random#采样分布
discrete_distributionhttp://zh.cppreference.com/cpp/numeric/random/discrete_distribution
piecewise_constant_distributionhttp://zh.cppreference.com/cpp/numeric/random/piecewise_constant_distribution
piecewise_linear_distributionhttp://zh.cppreference.com/cpp/numeric/random/piecewise_linear_distribution
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/navbar_content&action=edit
normal_distribution::normal_distributionhttp://zh.cppreference.com/cpp/numeric/random/normal_distribution/normal_distribution
normal_distribution::resethttp://zh.cppreference.com/cpp/numeric/random/normal_distribution/reset
normal_distribution::operator()http://zh.cppreference.com/cpp/numeric/random/normal_distribution/operator()
normal_distribution::meannormal_distribution::stddevhttp://zh.cppreference.com/cpp/numeric/random/normal_distribution/params
normal_distribution::paramhttp://zh.cppreference.com/cpp/numeric/random/normal_distribution/param
normal_distribution::minhttp://zh.cppreference.com/cpp/numeric/random/normal_distribution/min
normal_distribution::maxhttp://zh.cppreference.com/cpp/numeric/random/normal_distribution/max
operator==operator!=http://zh.cppreference.com/cpp/numeric/random/normal_distribution/operator_cmp
operator<>http://zh.cppreference.com/cpp/numeric/random/normal_distribution/operator_ltltgtgt
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/normal_distribution/navbar_content&action=edit
http://zh.cppreference.com/cpp/header/random
正态(高斯)随机数分布https://en.wikipedia.org/wiki/Normal_distribution
均值https://en.wikipedia.org/wiki/Mean
标准差https://en.wikipedia.org/wiki/Standard_deviation
std::normal_distributionhttp://zh.cppreference.com/cpp/numeric/random/normal_distribution#top
随机数分布 (RandomNumberDistribution) http://zh.cppreference.com/cpp/named_req/RandomNumberDistribution
1 模板形参http://zh.cppreference.com/cpp/numeric/random/normal_distribution#模板形参
2 成员类型http://zh.cppreference.com/cpp/numeric/random/normal_distribution#成员类型
3 成员函数http://zh.cppreference.com/cpp/numeric/random/normal_distribution#成员函数
3.1 生成http://zh.cppreference.com/cpp/numeric/random/normal_distribution#生成
3.2 特征http://zh.cppreference.com/cpp/numeric/random/normal_distribution#特征
4 非成员函数http://zh.cppreference.com/cpp/numeric/random/normal_distribution#非成员函数
5 示例http://zh.cppreference.com/cpp/numeric/random/normal_distribution#示例
6 外部链接http://zh.cppreference.com/cpp/numeric/random/normal_distribution#外部链接
随机数分布 (RandomNumberDistribution) http://zh.cppreference.com/cpp/named_req/RandomNumberDistribution
(构造函数)http://zh.cppreference.com/cpp/numeric/random/normal_distribution/normal_distribution
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/distribution/dsc_constructor&action=edit
resethttp://zh.cppreference.com/cpp/numeric/random/normal_distribution/reset
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/distribution/dsc_reset&action=edit
operator()http://zh.cppreference.com/cpp/numeric/random/normal_distribution/operator()
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/distribution/dsc_operator()&action=edit
meanstddevhttp://zh.cppreference.com/cpp/numeric/random/normal_distribution/params
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/distribution/dsc_params&action=edit
paramhttp://zh.cppreference.com/cpp/numeric/random/normal_distribution/param
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/distribution/dsc_param&action=edit
minhttp://zh.cppreference.com/cpp/numeric/random/normal_distribution/min
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/distribution/dsc_min&action=edit
maxhttp://zh.cppreference.com/cpp/numeric/random/normal_distribution/max
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/distribution/dsc_max&action=edit
operator==operator!=http://zh.cppreference.com/cpp/numeric/random/normal_distribution/operator_cmp
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/distribution/dsc_operator_cmp&action=edit
operator<>http://zh.cppreference.com/cpp/numeric/random/normal_distribution/operator_ltltgtgt
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/distribution/dsc_operator_ltltgtgt&action=edit
Weisstein, Eric W. “正态分布”https://mathworld.wolfram.com/NormalDistribution.html
正态分布https://en.wikipedia.org/wiki/Normal_distribution
分类http://zh.cppreference.com/Special:%E9%A1%B5%E9%9D%A2%E5%88%86%E7%B1%BB
使用已弃用source标签的页面http://zh.cppreference.com/index.php?title=Category:%E4%BD%BF%E7%94%A8%E5%B7%B2%E5%BC%83%E7%94%A8source%E6%A0%87%E7%AD%BE%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
首页http://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改http://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面http://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
http://zh.cppreference.com/cpp/numeric/random/normal_distribution
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/numeric/random/normal_distribution
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/numeric/random/normal_distribution
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面http://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&oldid=97961
页面信息http://zh.cppreference.com/index.php?title=cpp/numeric/random/normal_distribution&action=info
Deutschhttps://de.cppreference.com/cpp/numeric/random/normal_distribution
Englishhttp://en.cppreference.com/cpp/numeric/random/normal_distribution
Españolhttp://es.cppreference.com/cpp/numeric/random/normal_distribution
Françaishttp://fr.cppreference.com/cpp/numeric/random/normal_distribution
Italianohttp://it.cppreference.com/cpp/numeric/random/normal_distribution
日本語http://ja.cppreference.com/cpp/numeric/random/normal_distribution
Portuguêshttp://pt.cppreference.com/cpp/numeric/random/normal_distribution
Русскийhttp://ru.cppreference.com/cpp/numeric/random/normal_distribution

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.