cppreference.cn
创建账户
登录
命名空间
页面
讨论
变体
视图
查看
编辑
历史
操作
std::shuffle_order_engine<Engine,K>::
base
来自 cppreference.cn
<
cpp
|
numeric
|
random
|
shuffle order engine
[编辑模板]
C++
编译器支持
独立式和宿主式
语言
标准库
标准库头文件
具名要求
Feature test macros
(C++20)
语言支持库
Concepts library
(C++20)
诊断库
内存管理库
Metaprogramming library
(C++11)
通用工具库
容器库
迭代器库
Ranges library
(C++20)
算法库
字符串库
文本处理库
数值库
日期和时间库
输入/输出库
Filesystem library
(C++17)
Concurrency support library
(C++11)
Execution control library
(C++26)
技术规范
符号索引
外部库
[编辑]
数值库
常用数学函数
Mathematical special functions
(C++17)
Mathematical constants
(C++20)
Basic linear algebra algorithms
(C++26)
Data-parallel types (SIMD)
(C++26)
Floating-point environment
(C++11)
复数
数值数组 (
valarray
)
伪随机数生成
Bit manipulation
(C++20)
因子运算
gcd
(C++17)
lcm
(C++17)
插值
midpoint
(C++20)
lerp
(C++20)
饱和算术
add_sat
(C++26)
sub_sat
(C++26)
saturate_cast
(C++26)
mul_sat
(C++26)
div_sat
(C++26)
通用数值运算
iota
(C++11)
ranges::iota
(C++23)
accumulate
inner_product
adjacent_difference
partial_sum
reduce
(C++17)
transform_reduce
(C++17)
inclusive_scan
(C++17)
exclusive_scan
(C++17)
transform_inclusive_scan
(C++17)
transform_exclusive_scan
(C++17)
[编辑]
伪随机数生成
Uniform random bit generators
uniform_random_bit_generator
(C++20)
随机数引擎
linear_congruential_engine
(C++11)
mersenne_twister_engine
(C++11)
subtract_with_carry_engine
(C++11)
philox_engine
(C++26)
随机数引擎适配器
discard_block_engine
(C++11)
independent_bits_engine
(C++11)
shuffle_order_engine
(C++11)
预定义的随机数生成器
非确定性随机数
random_device
(C++11)
工具
generate_canonical
(C++11)
seed_seq
(C++11)
随机数算法
ranges::generate_random
(C++26)
C 随机库
rand
srand
RAND_MAX
随机数分布
均匀分布
uniform_int_distribution
(C++11)
uniform_real_distribution
(C++11)
generate_canonical
(C++11)
伯努利分布
bernoulli_distribution
(C++11)
binomial_distribution
(C++11)
negative_binomial_distribution
(C++11)
geometric_distribution
(C++11)
泊松分布
poisson_distribution
(C++11)
exponential_distribution
(C++11)
gamma_distribution
(C++11)
weibull_distribution
(C++11)
extreme_value_distribution
(C++11)
正态分布
normal_distribution
(C++11)
lognormal_distribution
(C++11)
chi_squared_distribution
(C++11)
cauchy_distribution
(C++11)
fisher_f_distribution
(C++11)
student_t_distribution
(C++11)
抽样分布
discrete_distribution
(C++11)
piecewise_constant_distribution
(C++11)
piecewise_linear_distribution
(C++11)
[编辑]
std::shuffle_order_engine
成员函数
shuffle_order_engine::shuffle_order_engine
shuffle_order_engine::seed
shuffle_order_engine::base
生成
shuffle_order_engine::operator()
shuffle_order_engine::discard
特性
shuffle_order_engine::min
shuffle_order_engine::max
非成员函数
operator==
operator!=
(C++11)
(C++11)
(直到 C++20)
operator<<
operator>>
(C++11)
(C++11)
[编辑]
const
Engine
&
base
(
)
const
noexcept
;
(自 C++11 起)
返回底层引擎。
[
编辑
]
参数
(无)
[
编辑
]
返回值
底层引擎。