首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

std::subtract_with_carry_engine::subtract_with_carry_engine

explicit subtract_with_carry_engine( result_type value = default_seed );

(1)

(since C++11)

template< class Sseq > explicit subtract_with_carry_engine( Sseq& s );

(2)

(since C++11)

subtract_with_carry_engine( const subtract_with_carry_engine& );

(3)

(since C++11) (implicitly declared)

构造伪随机数引擎。

重载%282%29只参与以下情况下的过载解决方案:Sseq有资格SeedSequence.特别是,在下列情况下,它被排除在候选函数集合之外:Sseq可转换为result_type...

参数

value

-

seed value to use in the initialization of the internal state

s

-

seed sequence to use in the initialization of the internal state

复杂性

另见

seed

sets the current state of the engine (public member function)

代码语言:txt
复制
 ? cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com