René's URL Explorer Experiment


Title: C++ 具名要求:随机数引擎 (RandomNumberEngine) (C++11 起) - 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%2Fnamed+req%2FRandomNumberEngine
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Fnamed+req%2FRandomNumberEngine
页面http://zh.cppreference.com/cpp/named_req/RandomNumberEngine
讨论http://zh.cppreference.com/index.php?title=Talk:cpp/named_req/RandomNumberEngine&action=edit&redlink=1
http://zh.cppreference.com/cpp/named_req/RandomNumberEngine
不转换http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&variant=zh-tw
阅读http://zh.cppreference.com/cpp/named_req/RandomNumberEngine
查看源代码http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&action=history
http://zh.cppreference.com/cpp/named_req/RandomNumberEngine
cpphttp://zh.cppreference.com/cpp
named reqhttp://zh.cppreference.com/cpp/named_req
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
C++ 具名要求http://zh.cppreference.com/cpp/named_req
基础http://zh.cppreference.com/cpp/named_req#基础
DefaultConstructiblehttp://zh.cppreference.com/cpp/named_req/DefaultConstructible
MoveConstructiblehttp://zh.cppreference.com/cpp/named_req/MoveConstructible
CopyConstructiblehttp://zh.cppreference.com/cpp/named_req/CopyConstructible
CopyAssignablehttp://zh.cppreference.com/cpp/named_req/CopyAssignable
MoveAssignablehttp://zh.cppreference.com/cpp/named_req/MoveAssignable
Destructiblehttp://zh.cppreference.com/cpp/named_req/Destructible
类型属性http://zh.cppreference.com/cpp/named_req#类型属性
ScalarTypehttp://zh.cppreference.com/cpp/named_req/ScalarType
PODTypehttp://zh.cppreference.com/cpp/named_req/PODType
TriviallyCopyablehttp://zh.cppreference.com/cpp/named_req/TriviallyCopyable
TrivialTypehttp://zh.cppreference.com/cpp/named_req/TrivialType
StandardLayoutTypehttp://zh.cppreference.com/cpp/named_req/StandardLayoutType
ImplicitLifetimeTypehttp://zh.cppreference.com/cpp/named_req/ImplicitLifetimeType
全库范围http://zh.cppreference.com/cpp/named_req#全库范围的要求
BooleanTestablehttp://zh.cppreference.com/cpp/named_req/BooleanTestable
EqualityComparablehttp://zh.cppreference.com/cpp/named_req/EqualityComparable
LessThanComparablehttp://zh.cppreference.com/cpp/named_req/LessThanComparable
Swappablehttp://zh.cppreference.com/cpp/named_req/Swappable
ValueSwappablehttp://zh.cppreference.com/cpp/named_req/ValueSwappable
NullablePointerhttp://zh.cppreference.com/cpp/named_req/NullablePointer
Hashhttp://zh.cppreference.com/cpp/named_req/Hash
Allocatorhttp://zh.cppreference.com/cpp/named_req/Allocator
FunctionObjecthttp://zh.cppreference.com/cpp/named_req/FunctionObject
Callablehttp://zh.cppreference.com/cpp/named_req/Callable
Predicatehttp://zh.cppreference.com/cpp/named_req/Predicate
BinaryPredicatehttp://zh.cppreference.com/cpp/named_req/BinaryPredicate
Comparehttp://zh.cppreference.com/cpp/named_req/Compare
容器http://zh.cppreference.com/cpp/named_req#容器
Containerhttp://zh.cppreference.com/cpp/named_req/Container
ReversibleContainerhttp://zh.cppreference.com/cpp/named_req/ReversibleContainer
AllocatorAwareContainerhttp://zh.cppreference.com/cpp/named_req/AllocatorAwareContainer
SequenceContainerhttp://zh.cppreference.com/cpp/named_req/SequenceContainer
ContiguousContainerhttp://zh.cppreference.com/cpp/named_req/ContiguousContainer
AssociativeContainerhttp://zh.cppreference.com/cpp/named_req/AssociativeContainer
UnorderedAssociativeContainerhttp://zh.cppreference.com/cpp/named_req/UnorderedAssociativeContainer
容器元素http://zh.cppreference.com/cpp/named_req#容器元素
DefaultInsertablehttp://zh.cppreference.com/cpp/named_req/DefaultInsertable
CopyInsertablehttp://zh.cppreference.com/cpp/named_req/CopyInsertable
MoveInsertablehttp://zh.cppreference.com/cpp/named_req/MoveInsertable
EmplaceConstructiblehttp://zh.cppreference.com/cpp/named_req/EmplaceConstructible
Erasablehttp://zh.cppreference.com/cpp/named_req/Erasable
迭代器http://zh.cppreference.com/cpp/named_req#迭代器
LegacyIteratorhttp://zh.cppreference.com/cpp/named_req/Iterator
LegacyInputIteratorhttp://zh.cppreference.com/cpp/named_req/InputIterator
LegacyOutputIteratorhttp://zh.cppreference.com/cpp/named_req/OutputIterator
LegacyForwardIteratorhttp://zh.cppreference.com/cpp/named_req/ForwardIterator
LegacyBidirectionalIteratorhttp://zh.cppreference.com/cpp/named_req/BidirectionalIterator
LegacyRandomAccessIteratorhttp://zh.cppreference.com/cpp/named_req/RandomAccessIterator
LegacyContiguousIteratorhttp://zh.cppreference.com/cpp/named_req/ContiguousIterator
ConstexprIteratorhttp://zh.cppreference.com/cpp/named_req/ConstexprIterator
流 I/Ohttp://zh.cppreference.com/cpp/named_req#流_I/O_函数
FormattedInputFunctionhttp://zh.cppreference.com/cpp/named_req/FormattedInputFunction
UnformattedInputFunctionhttp://zh.cppreference.com/cpp/named_req/UnformattedInputFunction
FormattedOutputFunctionhttp://zh.cppreference.com/cpp/named_req/FormattedOutputFunction
UnformattedOutputFunctionhttp://zh.cppreference.com/cpp/named_req/UnformattedOutputFunction
格式化器http://zh.cppreference.com/cpp/named_req#格式化器
BasicFormatterhttp://zh.cppreference.com/cpp/named_req/BasicFormatter
Formatterhttp://zh.cppreference.com/cpp/named_req/Formatter
随机数http://zh.cppreference.com/cpp/named_req#随机数生成
SeedSequencehttp://zh.cppreference.com/cpp/named_req/SeedSequence
RandomNumberDistributionhttp://zh.cppreference.com/cpp/named_req/RandomNumberDistribution
UniformRandomBitGeneratorhttp://zh.cppreference.com/cpp/named_req/UniformRandomBitGenerator
RandomNumberEngineAdaptorhttp://zh.cppreference.com/cpp/named_req/RandomNumberEngineAdaptor
并发http://zh.cppreference.com/cpp/named_req#并发
BasicLockablehttp://zh.cppreference.com/cpp/named_req/BasicLockable
Lockablehttp://zh.cppreference.com/cpp/named_req/Lockable
TimedLockablehttp://zh.cppreference.com/cpp/named_req/TimedLockable
SharedLockablehttp://zh.cppreference.com/cpp/named_req/SharedLockable
SharedTimedLockablehttp://zh.cppreference.com/cpp/named_req/SharedTimedLockable
Mutexhttp://zh.cppreference.com/cpp/named_req/Mutex
TimedMutexhttp://zh.cppreference.com/cpp/named_req/TimedMutex
SharedMutexhttp://zh.cppreference.com/cpp/named_req/SharedMutex
SharedTimedMutexhttp://zh.cppreference.com/cpp/named_req/SharedTimedMutex
范围http://zh.cppreference.com/cpp/named_req#范围
RangeAdaptorObjecthttp://zh.cppreference.com/cpp/named_req/RangeAdaptorObject
RangeAdaptorClosureObjecthttp://zh.cppreference.com/cpp/named_req/RangeAdaptorClosureObject
多维视图http://zh.cppreference.com/cpp/named_req#多维视图定制
LayoutMappinghttp://zh.cppreference.com/cpp/named_req/LayoutMapping
LayoutMappingPolicyhttp://zh.cppreference.com/cpp/named_req/LayoutMappingPolicy
AccessorPolicyhttp://zh.cppreference.com/cpp/named_req/AccessorPolicy
其他http://zh.cppreference.com/cpp/named_req#其他
CharTraitshttp://zh.cppreference.com/cpp/named_req/CharTraits
RegexTraitshttp://zh.cppreference.com/cpp/named_req/RegexTraits
BitmaskTypehttp://zh.cppreference.com/cpp/named_req/BitmaskType
LiteralTypehttp://zh.cppreference.com/cpp/named_req/LiteralType
NumericTypehttp://zh.cppreference.com/cpp/named_req/NumericType
UnaryTypeTraithttp://zh.cppreference.com/cpp/named_req/UnaryTypeTrait
BinaryTypeTraithttp://zh.cppreference.com/cpp/named_req/BinaryTypeTrait
TransformationTraithttp://zh.cppreference.com/cpp/named_req/TransformationTrait
Clockhttp://zh.cppreference.com/cpp/named_req/Clock
TrivialClockhttp://zh.cppreference.com/cpp/named_req/TrivialClock
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/named_req/navbar_content&action=edit
均匀随机位生成器 (UniformRandomBitGenerator) http://zh.cppreference.com/cpp/named_req/UniformRandomBitGenerator
随机数分布http://zh.cppreference.com/cpp/numeric/random
均匀随机位生成器 (UniformRandomBitGenerator) http://zh.cppreference.com/cpp/named_req/UniformRandomBitGenerator
种子序列 (SeedSequence) http://zh.cppreference.com/cpp/named_req/SeedSequence
大小http://zh.cppreference.com/cpp/numeric/random#随机数引擎
变换算法http://zh.cppreference.com/cpp/numeric/random#随机数引擎
生成算法http://zh.cppreference.com/cpp/numeric/random#随机数引擎
linear_congruential_enginehttp://zh.cppreference.com/cpp/numeric/random/linear_congruential_engine
线性同余https://en.wikipedia.org/wiki/Linear_congruential_generator
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/dsc_linear_congruential_engine&action=edit
mersenne_twister_enginehttp://zh.cppreference.com/cpp/numeric/random/mersenne_twister_engine
梅森缠绕器https://en.wikipedia.org/wiki/Mersenne_twister
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/dsc_mersenne_twister_engine&action=edit
subtract_with_carry_enginehttp://zh.cppreference.com/cpp/numeric/random/subtract_with_carry_engine
延迟斐波那契https://en.wikipedia.org/wiki/Lagged_Fibonacci_generator
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/dsc_subtract_with_carry_engine&action=edit
philox_enginehttp://zh.cppreference.com/cpp/numeric/random/philox_engine
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/dsc_philox_engine&action=edit
discard_block_enginehttp://zh.cppreference.com/cpp/numeric/random/discard_block_engine
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/dsc_discard_block_engine&action=edit
independent_bits_enginehttp://zh.cppreference.com/cpp/numeric/random/independent_bits_engine
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/dsc_independent_bits_engine&action=edit
shuffle_order_enginehttp://zh.cppreference.com/cpp/numeric/random/shuffle_order_engine
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/dsc_shuffle_order_engine&action=edit
均匀随机位生成器 (UniformRandomBitGenerator) http://zh.cppreference.com/cpp/named_req/UniformRandomBitGenerator
random_devicehttp://zh.cppreference.com/cpp/numeric/random/random_device
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/random/dsc_random_device&action=edit
首页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/named_req/RandomNumberEngine
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/named_req/RandomNumberEngine
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/named_req/RandomNumberEngine
上传文件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/named_req/RandomNumberEngine&oldid=97935
页面信息http://zh.cppreference.com/index.php?title=cpp/named_req/RandomNumberEngine&action=info
Englishhttp://en.cppreference.com/cpp/named_req/RandomNumberEngine
Españolhttp://es.cppreference.com/cpp/named_req/RandomNumberEngine
日本語http://ja.cppreference.com/cpp/named_req/RandomNumberEngine

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.