std::shuffle_order_engine
来自cppreference.com
|
|
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
| 在头文件 <random> 中定义
|
||
| template< class Engine, |
(C++11 起) | |
| 本章尚未完成 |
目录 |
[编辑] 会员类型
| 会员类型
|
Definition |
result_type
|
typename Engine::result_type |
[编辑] 成员函数
| 构造发动机的适配器 (公共成员函数) | |
| 底层引擎的状态设置 原文: sets the state of the underlying engine (公共成员函数) | |
| 返回的底层引擎 (公共成员函数) | |
| |
| 底层引擎的状态的前进和返回所生成的值 原文: advances the state of the underlying engine and returns the generated value (公共成员函数) | |
| 进步适配器的状态,按指定的量 原文: advances the adaptor's state by a specified amount (公共成员函数) | |
| |
| [静态的]</div></div>
|
gets the smallest possible value in the output range of the underlying engine (公共静态成员函数) |
| [静态的]</div></div>
|
得到的最大可能值中的底层引擎的输出范围 原文: gets the largest possible value in the output range of the underlying engine (公共静态成员函数) |
[编辑] 非成员函数
| 比较的内部状态的适配器和相关发动机 原文: compares the internal states of the adaptors and underlying engines (函数) | |
| 伪随机数引擎适配器上进行流的输入和输出 原文: performs stream input and output on pseudo-random number engine adaptor (函数) | |
[编辑] 会员对象
| constexpr size_t table_size [静态的]</div></div>
|
(公共静态成员常量) | ||