RenΓ©'s URL Explorer Experiment


Title: [rand]

direct link

Domain: timsong-cpp.github.io

Links:

[numerics]https://timsong-cpp.github.io/cppwp/#numerics
[rand.general]https://timsong-cpp.github.io/cppwp/rand#general
[rand.synopsis]https://timsong-cpp.github.io/cppwp/rand#synopsis
[rand.req]https://timsong-cpp.github.io/cppwp/rand#req
[rand.req.genl]https://timsong-cpp.github.io/cppwp/rand#req.genl
[rand.req.seedseq]https://timsong-cpp.github.io/cppwp/rand#req.seedseq
[rand.req.urng]https://timsong-cpp.github.io/cppwp/rand#req.urng
[rand.req.eng]https://timsong-cpp.github.io/cppwp/rand#req.eng
[rand.req.adapt]https://timsong-cpp.github.io/cppwp/rand#req.adapt
[rand.req.dist]https://timsong-cpp.github.io/cppwp/rand#req.dist
[rand.eng]https://timsong-cpp.github.io/cppwp/rand#eng
[rand.eng.general]https://timsong-cpp.github.io/cppwp/rand#eng.general
[rand.eng.lcong]https://timsong-cpp.github.io/cppwp/rand#eng.lcong
[rand.eng.mers]https://timsong-cpp.github.io/cppwp/rand#eng.mers
[rand.eng.sub]https://timsong-cpp.github.io/cppwp/rand#eng.sub
[rand.eng.philox]https://timsong-cpp.github.io/cppwp/rand#eng.philox
[rand.adapt]https://timsong-cpp.github.io/cppwp/rand#adapt
[rand.adapt.general]https://timsong-cpp.github.io/cppwp/rand#adapt.general
[rand.adapt.disc]https://timsong-cpp.github.io/cppwp/rand#adapt.disc
[rand.adapt.ibits]https://timsong-cpp.github.io/cppwp/rand#adapt.ibits
[rand.adapt.shuf]https://timsong-cpp.github.io/cppwp/rand#adapt.shuf
[rand.predef]https://timsong-cpp.github.io/cppwp/rand#predef
[rand.device]https://timsong-cpp.github.io/cppwp/rand#device
[rand.util]https://timsong-cpp.github.io/cppwp/rand#util
[rand.util.seedseq]https://timsong-cpp.github.io/cppwp/rand#util.seedseq
[rand.util.canonical]https://timsong-cpp.github.io/cppwp/rand#util.canonical
[rand.dist]https://timsong-cpp.github.io/cppwp/rand#dist
[rand.dist.general]https://timsong-cpp.github.io/cppwp/rand#dist.general
[rand.dist.uni]https://timsong-cpp.github.io/cppwp/rand#dist.uni
[rand.dist.uni.int]https://timsong-cpp.github.io/cppwp/rand#dist.uni.int
[rand.dist.uni.real]https://timsong-cpp.github.io/cppwp/rand#dist.uni.real
[rand.dist.bern]https://timsong-cpp.github.io/cppwp/rand#dist.bern
[rand.dist.bern.bernoulli]https://timsong-cpp.github.io/cppwp/rand#dist.bern.bernoulli
[rand.dist.bern.bin]https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin
[rand.dist.bern.geo]https://timsong-cpp.github.io/cppwp/rand#dist.bern.geo
[rand.dist.bern.negbin]https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin
[rand.dist.pois]https://timsong-cpp.github.io/cppwp/rand#dist.pois
[rand.dist.pois.poisson]https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson
[rand.dist.pois.exp]https://timsong-cpp.github.io/cppwp/rand#dist.pois.exp
[rand.dist.pois.gamma]https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma
[rand.dist.pois.weibull]https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull
[rand.dist.pois.extreme]https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme
[rand.dist.norm]https://timsong-cpp.github.io/cppwp/rand#dist.norm
[rand.dist.norm.normal]https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal
[rand.dist.norm.lognormal]https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal
[rand.dist.norm.chisq]https://timsong-cpp.github.io/cppwp/rand#dist.norm.chisq
[rand.dist.norm.cauchy]https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy
[rand.dist.norm.f]https://timsong-cpp.github.io/cppwp/rand#dist.norm.f
[rand.dist.norm.t]https://timsong-cpp.github.io/cppwp/rand#dist.norm.t
[rand.dist.samp]https://timsong-cpp.github.io/cppwp/rand#dist.samp
[rand.dist.samp.discrete]https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete
[rand.dist.samp.pconst]https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst
[rand.dist.samp.plinear]https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear
[c.math.rand]https://timsong-cpp.github.io/cppwp/rand#c.math.rand
29.5.1https://timsong-cpp.github.io/cppwp/rand#general
[rand.general]https://timsong-cpp.github.io/cppwp/rand.general
1https://timsong-cpp.github.io/cppwp/rand#general-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1279
.https://timsong-cpp.github.io/cppwp/rand#general-1.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#general-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1283
uniform random bit generatorshttps://timsong-cpp.github.io/cppwp/rand#def:uniform_random_bit_generators
random number engineshttps://timsong-cpp.github.io/cppwp/rand#def:random_number_engines
random number engine adaptorshttps://timsong-cpp.github.io/cppwp/rand#def:random_number_engine_adaptors
random number distributionshttps://timsong-cpp.github.io/cppwp/rand#def:random_number_distributions
.https://timsong-cpp.github.io/cppwp/rand#general-2.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#general-2.sentence-2
1https://timsong-cpp.github.io/cppwp/rand#general-note-1
.https://timsong-cpp.github.io/cppwp/rand#general-2.sentence-3
3https://timsong-cpp.github.io/cppwp/rand#general-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1306
[basic.fundamental]https://timsong-cpp.github.io/cppwp/basic.fundamental
.https://timsong-cpp.github.io/cppwp/rand#general-3.sentence-1
(3.1)https://timsong-cpp.github.io/cppwp/rand#general-3.1
booleanhttps://timsong-cpp.github.io/cppwp/rand#def:boolean
boolean-valuedhttps://timsong-cpp.github.io/cppwp/rand#def:boolean-valued
(3.2)https://timsong-cpp.github.io/cppwp/rand#general-3.2
integralhttps://timsong-cpp.github.io/cppwp/rand#def:integral
integer-valuedhttps://timsong-cpp.github.io/cppwp/rand#def:integer-valued
(3.3)https://timsong-cpp.github.io/cppwp/rand#general-3.3
floating-pointhttps://timsong-cpp.github.io/cppwp/rand#def:floating-point
real-valuedhttps://timsong-cpp.github.io/cppwp/rand#def:real-valued
.https://timsong-cpp.github.io/cppwp/rand#general-3.sentence-2
signedhttps://timsong-cpp.github.io/cppwp/rand#def:signed
unsignedhttps://timsong-cpp.github.io/cppwp/rand#def:unsigned
.https://timsong-cpp.github.io/cppwp/rand#general-3.sentence-3
4https://timsong-cpp.github.io/cppwp/rand#general-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1331
.https://timsong-cpp.github.io/cppwp/rand#general-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#general-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1337
.https://timsong-cpp.github.io/cppwp/rand#general-5.sentence-1
(5.1)https://timsong-cpp.github.io/cppwp/rand#general-5.1
(5.2)https://timsong-cpp.github.io/cppwp/rand#general-5.2
.https://timsong-cpp.github.io/cppwp/rand#general-5.sentence-2
29.5.2https://timsong-cpp.github.io/cppwp/rand#synopsis
[rand.synopsis]https://timsong-cpp.github.io/cppwp/rand.synopsis
[initializer.list.syn]https://timsong-cpp.github.io/cppwp/initializer.list.syn
[rand.req.urng]https://timsong-cpp.github.io/cppwp/rand#req.urng
[rand.eng.lcong]https://timsong-cpp.github.io/cppwp/rand#eng.lcong
[rand.eng.mers]https://timsong-cpp.github.io/cppwp/rand#eng.mers
[rand.eng.sub]https://timsong-cpp.github.io/cppwp/rand#eng.sub
[rand.adapt.disc]https://timsong-cpp.github.io/cppwp/rand#adapt.disc
[rand.adapt.ibits]https://timsong-cpp.github.io/cppwp/rand#adapt.ibits
[rand.adapt.shuf]https://timsong-cpp.github.io/cppwp/rand#adapt.shuf
[rand.eng.philox]https://timsong-cpp.github.io/cppwp/rand#eng.philox
[rand.predef]https://timsong-cpp.github.io/cppwp/rand#predef
[rand.device]https://timsong-cpp.github.io/cppwp/rand#device
[rand.util.seedseq]https://timsong-cpp.github.io/cppwp/rand#util.seedseq
[rand.util.canonical]https://timsong-cpp.github.io/cppwp/rand#util.canonical
[alg.rand.generate]https://timsong-cpp.github.io/cppwp/alg.rand.generate
output_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:output_range
uniform_random_bit_generatorhttps://timsong-cpp.github.io/cppwp/rand#concept:uniform_random_bit_generator
output_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.output#concept:output_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
uniform_random_bit_generatorhttps://timsong-cpp.github.io/cppwp/rand#concept:uniform_random_bit_generator
output_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:output_range
invocablehttps://timsong-cpp.github.io/cppwp/concept.invocable#concept:invocable
uniform_random_bit_generatorhttps://timsong-cpp.github.io/cppwp/rand#concept:uniform_random_bit_generator
output_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.output#concept:output_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
invocablehttps://timsong-cpp.github.io/cppwp/concept.invocable#concept:invocable
uniform_random_bit_generatorhttps://timsong-cpp.github.io/cppwp/rand#concept:uniform_random_bit_generator
[rand.dist.uni.int]https://timsong-cpp.github.io/cppwp/rand#dist.uni.int
[rand.dist.uni.real]https://timsong-cpp.github.io/cppwp/rand#dist.uni.real
[rand.dist.bern.bernoulli]https://timsong-cpp.github.io/cppwp/rand#dist.bern.bernoulli
[rand.dist.bern.bin]https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin
[rand.dist.bern.geo]https://timsong-cpp.github.io/cppwp/rand#dist.bern.geo
[rand.dist.bern.negbin]https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin
[rand.dist.pois.poisson]https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson
[rand.dist.pois.exp]https://timsong-cpp.github.io/cppwp/rand#dist.pois.exp
[rand.dist.pois.gamma]https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma
[rand.dist.pois.weibull]https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull
[rand.dist.pois.extreme]https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme
[rand.dist.norm.normal]https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal
[rand.dist.norm.lognormal]https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal
[rand.dist.norm.chisq]https://timsong-cpp.github.io/cppwp/rand#dist.norm.chisq
[rand.dist.norm.cauchy]https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy
[rand.dist.norm.f]https://timsong-cpp.github.io/cppwp/rand#dist.norm.f
[rand.dist.norm.t]https://timsong-cpp.github.io/cppwp/rand#dist.norm.t
[rand.dist.samp.discrete]https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete
[rand.dist.samp.pconst]https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst
[rand.dist.samp.plinear]https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear
29.5.3https://timsong-cpp.github.io/cppwp/rand#req
[rand.req]https://timsong-cpp.github.io/cppwp/rand.req
29.5.3.1https://timsong-cpp.github.io/cppwp/rand#req.genl
[rand.req.genl]https://timsong-cpp.github.io/cppwp/rand.req.genl
1https://timsong-cpp.github.io/cppwp/rand#req.genl-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1557
(1.1)https://timsong-cpp.github.io/cppwp/rand#req.genl-1.1
.https://timsong-cpp.github.io/cppwp/rand#req.genl-1.1.sentence-1
(1.2)https://timsong-cpp.github.io/cppwp/rand#req.genl-1.2
seed sequencehttps://timsong-cpp.github.io/cppwp/rand#req.seedseq
.https://timsong-cpp.github.io/cppwp/rand#req.genl-1.2.sentence-1
(1.3)https://timsong-cpp.github.io/cppwp/rand#req.genl-1.3
uniform random bit generatorhttps://timsong-cpp.github.io/cppwp/rand#req.urng
.https://timsong-cpp.github.io/cppwp/rand#req.genl-1.3.sentence-1
(1.4)https://timsong-cpp.github.io/cppwp/rand#req.genl-1.4
random number enginehttps://timsong-cpp.github.io/cppwp/rand#req.eng
.https://timsong-cpp.github.io/cppwp/rand#req.genl-1.4.sentence-1
(1.5)https://timsong-cpp.github.io/cppwp/rand#req.genl-1.5
[basic.fundamental]https://timsong-cpp.github.io/cppwp/basic.fundamental
.https://timsong-cpp.github.io/cppwp/rand#req.genl-1.5.sentence-1
(1.6)https://timsong-cpp.github.io/cppwp/rand#req.genl-1.6
[basic.fundamental]https://timsong-cpp.github.io/cppwp/basic.fundamental
.https://timsong-cpp.github.io/cppwp/rand#req.genl-1.6.sentence-1
(1.7)https://timsong-cpp.github.io/cppwp/rand#req.genl-1.7
.https://timsong-cpp.github.io/cppwp/rand#req.genl-1.7.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#req.genl-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1615
.https://timsong-cpp.github.io/cppwp/rand#req.genl-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#req.genl-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1623
.https://timsong-cpp.github.io/cppwp/rand#req.genl-3.sentence-1
29.5.3.2https://timsong-cpp.github.io/cppwp/rand#req.seedseq
[rand.req.seedseq]https://timsong-cpp.github.io/cppwp/rand.req.seedseq
1https://timsong-cpp.github.io/cppwp/rand#req.seedseq-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1636
seed sequencehttps://timsong-cpp.github.io/cppwp/rand#def:seed_sequence
.https://timsong-cpp.github.io/cppwp/rand#req.seedseq-1.sentence-1
1https://timsong-cpp.github.io/cppwp/rand#req.seedseq-note-1
.https://timsong-cpp.github.io/cppwp/rand#req.seedseq-1.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#req.seedseq-1.sentence-3
2https://timsong-cpp.github.io/cppwp/rand#req.seedseq-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1651
126https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq
[rand.req.seedseq]https://timsong-cpp.github.io/cppwp/rand#req.seedseq
.https://timsong-cpp.github.io/cppwp/rand#req.seedseq-2.sentence-1
126https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq
(2.1)https://timsong-cpp.github.io/cppwp/rand#req.seedseq-2.1
(2.2)https://timsong-cpp.github.io/cppwp/rand#req.seedseq-2.2
(2.3)https://timsong-cpp.github.io/cppwp/rand#req.seedseq-2.3
(2.4)https://timsong-cpp.github.io/cppwp/rand#req.seedseq-2.4
(2.5)https://timsong-cpp.github.io/cppwp/rand#req.seedseq-2.5
(2.6)https://timsong-cpp.github.io/cppwp/rand#req.seedseq-2.6
.https://timsong-cpp.github.io/cppwp/rand#req.seedseq-2.sentence-2
126https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq
[tab:rand.req.seedseq]https://timsong-cpp.github.io/cppwp/tab:rand.req.seedseq
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-2
unsigned integer typehttps://timsong-cpp.github.io/cppwp/basic.fundamental#def:type,unsigned_integer
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-2-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-3
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-3-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-4
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-4-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-5
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-5-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-6
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-6-column-3-sentence-1
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-6-column-3-sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-7
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-7-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-8
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.seedseq-row-8-column-3-sentence-1
29.5.3.3https://timsong-cpp.github.io/cppwp/rand#req.urng
[rand.req.urng]https://timsong-cpp.github.io/cppwp/rand.req.urng
1https://timsong-cpp.github.io/cppwp/rand#req.urng-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1769
uniform random bit generatorhttps://timsong-cpp.github.io/cppwp/rand#def:uniform_random_bit_generator
.https://timsong-cpp.github.io/cppwp/rand#req.urng-1.sentence-1
1https://timsong-cpp.github.io/cppwp/rand#req.urng-note-1
.https://timsong-cpp.github.io/cppwp/rand#req.urng-1.sentence-2
uniform_random_bit_generatorhttps://timsong-cpp.github.io/cppwp/rand#concept:uniform_random_bit_generator
invocablehttps://timsong-cpp.github.io/cppwp/concept.invocable#concept:invocable
unsigned_integralhttps://timsong-cpp.github.io/cppwp/concepts.arithmetic#concept:unsigned_integral
same_ashttps://timsong-cpp.github.io/cppwp/concept.same#concept:same_as
same_ashttps://timsong-cpp.github.io/cppwp/concept.same#concept:same_as
2https://timsong-cpp.github.io/cppwp/rand#req.urng-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1795
.https://timsong-cpp.github.io/cppwp/rand#req.urng-2.sentence-1
uniform_random_bit_generatorhttps://timsong-cpp.github.io/cppwp/rand#concept:uniform_random_bit_generator
(2.1)https://timsong-cpp.github.io/cppwp/rand#req.urng-2.1
(2.2)https://timsong-cpp.github.io/cppwp/rand#req.urng-2.2
(2.3)https://timsong-cpp.github.io/cppwp/rand#req.urng-2.3
.https://timsong-cpp.github.io/cppwp/rand#req.urng-2.sentence-2
3https://timsong-cpp.github.io/cppwp/rand#req.urng-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1806
uniform random bit generatorhttps://timsong-cpp.github.io/cppwp/rand#def:uniform_random_bit_generator
uniform_random_bit_generatorhttps://timsong-cpp.github.io/cppwp/rand#concept:uniform_random_bit_generator
[basic.fundamental]https://timsong-cpp.github.io/cppwp/basic.fundamental
typedef-namehttps://timsong-cpp.github.io/cppwp/dcl.typedef#nt:typedef-name
.https://timsong-cpp.github.io/cppwp/rand#req.urng-3.sentence-1
29.5.3.4https://timsong-cpp.github.io/cppwp/rand#req.eng
[rand.req.eng]https://timsong-cpp.github.io/cppwp/rand.req.eng
1https://timsong-cpp.github.io/cppwp/rand#req.eng-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1822
random number enginehttps://timsong-cpp.github.io/cppwp/rand#def:random_number_engine
enginehttps://timsong-cpp.github.io/cppwp/rand#def:engine
.https://timsong-cpp.github.io/cppwp/rand#req.eng-1.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#req.eng-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1831
.https://timsong-cpp.github.io/cppwp/rand#req.eng-2.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#req.eng-2.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#req.eng-2.sentence-3
3https://timsong-cpp.github.io/cppwp/rand#req.eng-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1844
(3.1)https://timsong-cpp.github.io/cppwp/rand#req.eng-3.1
(3.2)https://timsong-cpp.github.io/cppwp/rand#req.eng-3.2
transition algorithmhttps://timsong-cpp.github.io/cppwp/rand#def:transition_algorithm
successor statehttps://timsong-cpp.github.io/cppwp/rand#def:successor_state
(3.3)https://timsong-cpp.github.io/cppwp/rand#req.eng-3.3
generation algorithmhttps://timsong-cpp.github.io/cppwp/rand#def:generation_algorithm
.https://timsong-cpp.github.io/cppwp/rand#req.eng-3.sentence-1
4https://timsong-cpp.github.io/cppwp/rand#req.eng-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L1865
uniform random bit generatorhttps://timsong-cpp.github.io/cppwp/rand#req.urng
random number enginehttps://timsong-cpp.github.io/cppwp/rand#def:random_number_engine
127https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng
[rand.req.eng]https://timsong-cpp.github.io/cppwp/rand#req.eng
.https://timsong-cpp.github.io/cppwp/rand#req.eng-4.sentence-1
127https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng
(4.1)https://timsong-cpp.github.io/cppwp/rand#req.eng-4.1
(4.2)https://timsong-cpp.github.io/cppwp/rand#req.eng-4.2
(4.3)https://timsong-cpp.github.io/cppwp/rand#req.eng-4.3
(4.4)https://timsong-cpp.github.io/cppwp/rand#req.eng-4.4
seed sequencehttps://timsong-cpp.github.io/cppwp/rand#req.seedseq
(4.5)https://timsong-cpp.github.io/cppwp/rand#req.eng-4.5
(4.6)https://timsong-cpp.github.io/cppwp/rand#req.eng-4.6
(4.7)https://timsong-cpp.github.io/cppwp/rand#req.eng-4.7
[strings]https://timsong-cpp.github.io/cppwp/strings
[input.output]https://timsong-cpp.github.io/cppwp/input.output
.https://timsong-cpp.github.io/cppwp/rand#req.eng-4.sentence-2
127https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng
[tab:rand.req.eng]https://timsong-cpp.github.io/cppwp/tab:rand.req.eng
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-2
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-2-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-3
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-3-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-4
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-4-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-5
220https://timsong-cpp.github.io/cppwp/rand#footnote-220
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-5-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-6
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-6-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-7
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-7-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-8
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-8-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-9
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-9-column-3-sentence-1
[rand.req.urng]https://timsong-cpp.github.io/cppwp/rand#req.urng
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-10
221https://timsong-cpp.github.io/cppwp/rand#footnote-221
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-10-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-11
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-11-column-3-sentence-1
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-11-column-3-sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-12
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.eng-row-12-column-3-sentence-1
5https://timsong-cpp.github.io/cppwp/rand#req.eng-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2024
Cpp17CopyConstructiblehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyConstructible
32https://timsong-cpp.github.io/cppwp/utility.arg.requirements#tab:cpp17.copyconstructible
Cpp17CopyAssignablehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyAssignable
34https://timsong-cpp.github.io/cppwp/utility.arg.requirements#tab:cpp17.copyassignable
.https://timsong-cpp.github.io/cppwp/rand#req.eng-5.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#req.eng-5.sentence-2
6https://timsong-cpp.github.io/cppwp/rand#req.eng-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2031
.https://timsong-cpp.github.io/cppwp/rand#req.eng-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#req.eng-itemdecl:1
7https://timsong-cpp.github.io/cppwp/rand#req.eng-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2040
.https://timsong-cpp.github.io/cppwp/rand#req.eng-7.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#req.eng-7.sentence-2
8https://timsong-cpp.github.io/cppwp/rand#req.eng-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2052
.https://timsong-cpp.github.io/cppwp/rand#req.eng-8.sentence-1
9https://timsong-cpp.github.io/cppwp/rand#req.eng-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2056
.https://timsong-cpp.github.io/cppwp/rand#req.eng-9.sentence-1
10https://timsong-cpp.github.io/cppwp/rand#req.eng-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2060
.https://timsong-cpp.github.io/cppwp/rand#req.eng-10.sentence-1
11https://timsong-cpp.github.io/cppwp/rand#req.eng-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2064
πŸ”—https://timsong-cpp.github.io/cppwp/rand#req.eng-itemdecl:2
12https://timsong-cpp.github.io/cppwp/rand#req.eng-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2074
.https://timsong-cpp.github.io/cppwp/rand#req.eng-12.sentence-1
13https://timsong-cpp.github.io/cppwp/rand#req.eng-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2085
.https://timsong-cpp.github.io/cppwp/rand#req.eng-13.sentence-1
[iostate.flags]https://timsong-cpp.github.io/cppwp/iostate.flags
.https://timsong-cpp.github.io/cppwp/rand#req.eng-13.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#req.eng-13.sentence-3
14https://timsong-cpp.github.io/cppwp/rand#req.eng-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2102
.https://timsong-cpp.github.io/cppwp/rand#req.eng-14.sentence-1
15https://timsong-cpp.github.io/cppwp/rand#req.eng-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2106
.https://timsong-cpp.github.io/cppwp/rand#req.eng-15.sentence-1
16https://timsong-cpp.github.io/cppwp/rand#req.eng-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2110
.https://timsong-cpp.github.io/cppwp/rand#req.eng-16.sentence-1
17https://timsong-cpp.github.io/cppwp/rand#req.eng-17
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2114
220)https://timsong-cpp.github.io/cppwp/rand#footnote-220
220)https://timsong-cpp.github.io/cppwp/rand#footnoteref-220
.https://timsong-cpp.github.io/cppwp/rand#footnote-220.sentence-1
221)https://timsong-cpp.github.io/cppwp/rand#footnote-221
221)https://timsong-cpp.github.io/cppwp/rand#footnoteref-221
.https://timsong-cpp.github.io/cppwp/rand#footnote-221.sentence-1
29.5.3.5https://timsong-cpp.github.io/cppwp/rand#req.adapt
[rand.req.adapt]https://timsong-cpp.github.io/cppwp/rand.req.adapt
1https://timsong-cpp.github.io/cppwp/rand#req.adapt-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2128
random number engine adaptorhttps://timsong-cpp.github.io/cppwp/rand#def:random_number_engine_adaptor
adaptorhttps://timsong-cpp.github.io/cppwp/rand#def:adaptor
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-1.sentence-1
base enginehttps://timsong-cpp.github.io/cppwp/rand#def:base_engine
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-1.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-1.sentence-3
2https://timsong-cpp.github.io/cppwp/rand#req.adapt-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2144
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#req.adapt-itemdecl:1
3https://timsong-cpp.github.io/cppwp/rand#req.adapt-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2154
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#req.adapt-itemdecl:2
4https://timsong-cpp.github.io/cppwp/rand#req.adapt-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2165
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-4.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-4.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#req.adapt-itemdecl:3
5https://timsong-cpp.github.io/cppwp/rand#req.adapt-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2176
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#req.adapt-itemdecl:4
6https://timsong-cpp.github.io/cppwp/rand#req.adapt-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2187
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#req.adapt-itemdecl:5
7https://timsong-cpp.github.io/cppwp/rand#req.adapt-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2198
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#req.adapt-itemdecl:6
8https://timsong-cpp.github.io/cppwp/rand#req.adapt-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2208
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-8.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#req.adapt-itemdecl:7
9https://timsong-cpp.github.io/cppwp/rand#req.adapt-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2218
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-9.sentence-1
10https://timsong-cpp.github.io/cppwp/rand#req.adapt-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2223
(10.1)https://timsong-cpp.github.io/cppwp/rand#req.adapt-10.1
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-10.1.sentence-1
(10.2)https://timsong-cpp.github.io/cppwp/rand#req.adapt-10.2
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-10.2.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-10.2.sentence-2
(10.3)https://timsong-cpp.github.io/cppwp/rand#req.adapt-10.3
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-10.3.sentence-1
(10.4)https://timsong-cpp.github.io/cppwp/rand#req.adapt-10.4
.https://timsong-cpp.github.io/cppwp/rand#req.adapt-10.4.sentence-1
29.5.3.6https://timsong-cpp.github.io/cppwp/rand#req.dist
[rand.req.dist]https://timsong-cpp.github.io/cppwp/rand.req.dist
1https://timsong-cpp.github.io/cppwp/rand#req.dist-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2259
random number distributionhttps://timsong-cpp.github.io/cppwp/rand#def:random_number_distribution
distributionhttps://timsong-cpp.github.io/cppwp/rand#def:distribution
probability density functionhttps://timsong-cpp.github.io/cppwp/rand#def:probability_density_function
discrete probability functionhttps://timsong-cpp.github.io/cppwp/rand#def:discrete_probability_function
.https://timsong-cpp.github.io/cppwp/rand#req.dist-1.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#req.dist-1.sentence-2
2https://timsong-cpp.github.io/cppwp/rand#req.dist-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2275
parameters of the distributionhttps://timsong-cpp.github.io/cppwp/rand#def:parameters_of_the_distribution
.https://timsong-cpp.github.io/cppwp/rand#req.dist-2.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#req.dist-2.sentence-2
3https://timsong-cpp.github.io/cppwp/rand#req.dist-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2288
random number distributionhttps://timsong-cpp.github.io/cppwp/rand#def:random_number_distribution
128https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist
[rand.req.dist]https://timsong-cpp.github.io/cppwp/rand#req.dist
.https://timsong-cpp.github.io/cppwp/rand#req.dist-3.sentence-1
128https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist
(3.1)https://timsong-cpp.github.io/cppwp/rand#req.dist-3.1
(3.2)https://timsong-cpp.github.io/cppwp/rand#req.dist-3.2
(3.3)https://timsong-cpp.github.io/cppwp/rand#req.dist-3.3
(3.4)https://timsong-cpp.github.io/cppwp/rand#req.dist-3.4
(3.5)https://timsong-cpp.github.io/cppwp/rand#req.dist-3.5
(3.6)https://timsong-cpp.github.io/cppwp/rand#req.dist-3.6
uniform random bit generatorhttps://timsong-cpp.github.io/cppwp/rand#req.urng
(3.7)https://timsong-cpp.github.io/cppwp/rand#req.dist-3.7
(3.8)https://timsong-cpp.github.io/cppwp/rand#req.dist-3.8
[strings]https://timsong-cpp.github.io/cppwp/strings
[input.output]https://timsong-cpp.github.io/cppwp/input.output
.https://timsong-cpp.github.io/cppwp/rand#req.dist-3.sentence-2
128https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist
[tab:rand.req.dist]https://timsong-cpp.github.io/cppwp/tab:rand.req.dist
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-2
arithmetic typehttps://timsong-cpp.github.io/cppwp/basic.fundamental#def:type,arithmetic
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-2-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-3
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-4
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-4-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-5
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-5-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-6
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-6-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-7
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-7-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-8
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-8-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-9
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-9-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-10
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-10-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-11
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-11-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-12
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-12-column-3-sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-13
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-13-column-3-sentence-1
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-13-column-3-sentence-2
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-13-column-3-sentence-3
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-14
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-14-column-3-sentence-1
.https://timsong-cpp.github.io/cppwp/rand#tab:rand.req.dist-row-14-column-4-sentence-1
4https://timsong-cpp.github.io/cppwp/rand#req.dist-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2453
Cpp17CopyConstructiblehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyConstructible
32https://timsong-cpp.github.io/cppwp/utility.arg.requirements#tab:cpp17.copyconstructible
Cpp17CopyAssignablehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyAssignable
34https://timsong-cpp.github.io/cppwp/utility.arg.requirements#tab:cpp17.copyassignable
.https://timsong-cpp.github.io/cppwp/rand#req.dist-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#req.dist-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2458
.https://timsong-cpp.github.io/cppwp/rand#req.dist-5.sentence-1
6https://timsong-cpp.github.io/cppwp/rand#req.dist-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2467
.https://timsong-cpp.github.io/cppwp/rand#req.dist-6.sentence-1
7https://timsong-cpp.github.io/cppwp/rand#req.dist-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2476
.https://timsong-cpp.github.io/cppwp/rand#req.dist-7.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#req.dist-7.sentence-2
8https://timsong-cpp.github.io/cppwp/rand#req.dist-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2485
Cpp17CopyConstructiblehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyConstructible
32https://timsong-cpp.github.io/cppwp/utility.arg.requirements#tab:cpp17.copyconstructible
Cpp17CopyAssignablehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyAssignable
34https://timsong-cpp.github.io/cppwp/utility.arg.requirements#tab:cpp17.copyassignable
Cpp17EqualityComparablehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17EqualityComparable
28https://timsong-cpp.github.io/cppwp/utility.arg.requirements#tab:cpp17.equalitycomparable
.https://timsong-cpp.github.io/cppwp/rand#req.dist-8.sentence-1
9https://timsong-cpp.github.io/cppwp/rand#req.dist-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2492
.https://timsong-cpp.github.io/cppwp/rand#req.dist-9.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#req.dist-9.sentence-2
10https://timsong-cpp.github.io/cppwp/rand#req.dist-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2504
11https://timsong-cpp.github.io/cppwp/rand#req.dist-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2510
.https://timsong-cpp.github.io/cppwp/rand#req.dist-11.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#req.dist-itemdecl:1
12https://timsong-cpp.github.io/cppwp/rand#req.dist-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2519
.https://timsong-cpp.github.io/cppwp/rand#req.dist-12.sentence-1
13https://timsong-cpp.github.io/cppwp/rand#req.dist-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2524
.https://timsong-cpp.github.io/cppwp/rand#req.dist-13.sentence-1
14https://timsong-cpp.github.io/cppwp/rand#req.dist-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2528
.https://timsong-cpp.github.io/cppwp/rand#req.dist-14.sentence-1
15https://timsong-cpp.github.io/cppwp/rand#req.dist-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2532
.https://timsong-cpp.github.io/cppwp/rand#req.dist-15.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#req.dist-itemdecl:2
16https://timsong-cpp.github.io/cppwp/rand#req.dist-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2542
.https://timsong-cpp.github.io/cppwp/rand#req.dist-16.sentence-1
17https://timsong-cpp.github.io/cppwp/rand#req.dist-17
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2551
.https://timsong-cpp.github.io/cppwp/rand#req.dist-17.sentence-1
[iostate.flags]https://timsong-cpp.github.io/cppwp/iostate.flags
.https://timsong-cpp.github.io/cppwp/rand#req.dist-17.sentence-2
18https://timsong-cpp.github.io/cppwp/rand#req.dist-18
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2561
.https://timsong-cpp.github.io/cppwp/rand#req.dist-18.sentence-1
19https://timsong-cpp.github.io/cppwp/rand#req.dist-19
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2565
.https://timsong-cpp.github.io/cppwp/rand#req.dist-19.sentence-1
20https://timsong-cpp.github.io/cppwp/rand#req.dist-20
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2569
.https://timsong-cpp.github.io/cppwp/rand#req.dist-20.sentence-1
29.5.4https://timsong-cpp.github.io/cppwp/rand#eng
[rand.eng]https://timsong-cpp.github.io/cppwp/rand.eng
29.5.4.1https://timsong-cpp.github.io/cppwp/rand#eng.general
[rand.eng.general]https://timsong-cpp.github.io/cppwp/rand.eng.general
1https://timsong-cpp.github.io/cppwp/rand#eng.general-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2593
[rand.eng]https://timsong-cpp.github.io/cppwp/rand#eng
random number enginehttps://timsong-cpp.github.io/cppwp/rand#req.eng
.https://timsong-cpp.github.io/cppwp/rand#eng.general-1.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#eng.general-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2599
[rand.eng]https://timsong-cpp.github.io/cppwp/rand#eng
.https://timsong-cpp.github.io/cppwp/rand#eng.general-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#eng.general-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2605
[rand.eng]https://timsong-cpp.github.io/cppwp/rand#eng
.https://timsong-cpp.github.io/cppwp/rand#eng.general-3.sentence-1
4https://timsong-cpp.github.io/cppwp/rand#eng.general-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2610
[rand.eng]https://timsong-cpp.github.io/cppwp/rand#eng
.https://timsong-cpp.github.io/cppwp/rand#eng.general-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#eng.general-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2617
[rand.eng]https://timsong-cpp.github.io/cppwp/rand#eng
[rand.req.eng]https://timsong-cpp.github.io/cppwp/rand#req.eng
.https://timsong-cpp.github.io/cppwp/rand#eng.general-5.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.general-5.sentence-2
6https://timsong-cpp.github.io/cppwp/rand#eng.general-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2629
[rand.eng]https://timsong-cpp.github.io/cppwp/rand#eng
.https://timsong-cpp.github.io/cppwp/rand#eng.general-6.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.general-6.sentence-2
7https://timsong-cpp.github.io/cppwp/rand#eng.general-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2637
[rand.eng]https://timsong-cpp.github.io/cppwp/rand#eng
[rand.adapt]https://timsong-cpp.github.io/cppwp/rand#adapt
(7.1)https://timsong-cpp.github.io/cppwp/rand#eng.general-7.1
(7.2)https://timsong-cpp.github.io/cppwp/rand#eng.general-7.2
.https://timsong-cpp.github.io/cppwp/rand#eng.general-7.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.general-7.sentence-2
29.5.4.2https://timsong-cpp.github.io/cppwp/rand#eng.lcong
[rand.eng.lcong]https://timsong-cpp.github.io/cppwp/rand.eng.lcong
1https://timsong-cpp.github.io/cppwp/rand#eng.lcong-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2668
.https://timsong-cpp.github.io/cppwp/rand#eng.lcong-1.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.lcong-1.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#eng.lcong-1.sentence-3
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:linear_congruential_engine_
2https://timsong-cpp.github.io/cppwp/rand#eng.lcong-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2727
[rand.eng.lcong]https://timsong-cpp.github.io/cppwp/rand#eng.lcong
.https://timsong-cpp.github.io/cppwp/rand#eng.lcong-2.sentence-1
1https://timsong-cpp.github.io/cppwp/rand#eng.lcong-note-1
.https://timsong-cpp.github.io/cppwp/rand#eng.lcong-2.sentence-2
3https://timsong-cpp.github.io/cppwp/rand#eng.lcong-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2738
.https://timsong-cpp.github.io/cppwp/rand#eng.lcong-3.sentence-1
4https://timsong-cpp.github.io/cppwp/rand#eng.lcong-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2746
.https://timsong-cpp.github.io/cppwp/rand#eng.lcong-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:linear_congruential_engine,constructor
5https://timsong-cpp.github.io/cppwp/rand#eng.lcong-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2757
.https://timsong-cpp.github.io/cppwp/rand#eng.lcong-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:linear_congruential_engine,constructor_
6https://timsong-cpp.github.io/cppwp/rand#eng.lcong-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2770
.https://timsong-cpp.github.io/cppwp/rand#eng.lcong-6.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.lcong-6.sentence-2
29.5.4.3https://timsong-cpp.github.io/cppwp/rand#eng.mers
[rand.eng.mers]https://timsong-cpp.github.io/cppwp/rand.eng.mers
1https://timsong-cpp.github.io/cppwp/rand#eng.mers-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2791
222https://timsong-cpp.github.io/cppwp/rand#footnote-222
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-1.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-1.sentence-2
2https://timsong-cpp.github.io/cppwp/rand#eng.mers-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2810
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-2.sentence-1
temperedhttps://timsong-cpp.github.io/cppwp/rand#def:tempered
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-2.sentence-2
(2.1)https://timsong-cpp.github.io/cppwp/rand#eng.mers-2.1
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-2.1.sentence-1
(2.2)https://timsong-cpp.github.io/cppwp/rand#eng.mers-2.2
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-2.2.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-2.sentence-4
3https://timsong-cpp.github.io/cppwp/rand#eng.mers-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2836
(3.1)https://timsong-cpp.github.io/cppwp/rand#eng.mers-3.1
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-3.1.sentence-1
(3.2)https://timsong-cpp.github.io/cppwp/rand#eng.mers-3.2
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-3.2.sentence-1
(3.3)https://timsong-cpp.github.io/cppwp/rand#eng.mers-3.3
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-3.3.sentence-1
(3.4)https://timsong-cpp.github.io/cppwp/rand#eng.mers-3.4
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-3.4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:mersenne_twister_engine_
4https://timsong-cpp.github.io/cppwp/rand#eng.mers-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2909
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#eng.mers-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2927
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:mersenne_twister_engine,constructor
6https://timsong-cpp.github.io/cppwp/rand#eng.mers-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2939
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-6.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-6.sentence-2
7https://timsong-cpp.github.io/cppwp/rand#eng.mers-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2952
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:mersenne_twister_engine,constructor_
8https://timsong-cpp.github.io/cppwp/rand#eng.mers-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2963
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-8.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.mers-8.sentence-2
222)https://timsong-cpp.github.io/cppwp/rand#footnote-222
222)https://timsong-cpp.github.io/cppwp/rand#footnoteref-222
.https://timsong-cpp.github.io/cppwp/rand#footnote-222.sentence-1
29.5.4.4https://timsong-cpp.github.io/cppwp/rand#eng.sub
[rand.eng.sub]https://timsong-cpp.github.io/cppwp/rand.eng.sub
1https://timsong-cpp.github.io/cppwp/rand#eng.sub-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2987
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-1.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#eng.sub-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L2991
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-2.sentence-1
carryhttps://timsong-cpp.github.io/cppwp/rand#def:carry
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-2.sentence-2
3https://timsong-cpp.github.io/cppwp/rand#eng.sub-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3004
(3.1)https://timsong-cpp.github.io/cppwp/rand#eng.sub-3.1
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-3.1.sentence-1
(3.2)https://timsong-cpp.github.io/cppwp/rand#eng.sub-3.2
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-3.2.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-3.2.sentence-2
1https://timsong-cpp.github.io/cppwp/rand#eng.sub-note-1
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-3.sentence-2
4https://timsong-cpp.github.io/cppwp/rand#eng.sub-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3025
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:subtract_with_carry_engine_
5https://timsong-cpp.github.io/cppwp/rand#eng.sub-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3077
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-5.sentence-1
6https://timsong-cpp.github.io/cppwp/rand#eng.sub-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3085
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:subtract_with_carry_engine,constructor
7https://timsong-cpp.github.io/cppwp/rand#eng.sub-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3097
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-7.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-7.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-7.sentence-4
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-7.sentence-5
8https://timsong-cpp.github.io/cppwp/rand#eng.sub-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3119
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-8.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:subtract_with_carry_engine,constructor_
9https://timsong-cpp.github.io/cppwp/rand#eng.sub-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3131
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-9.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.sub-9.sentence-2
29.5.4.5https://timsong-cpp.github.io/cppwp/rand#eng.philox
[rand.eng.philox]https://timsong-cpp.github.io/cppwp/rand.eng.philox
1https://timsong-cpp.github.io/cppwp/rand#eng.philox-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3152
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-1.sentence-1
(1.1)https://timsong-cpp.github.io/cppwp/rand#eng.philox-1.1
counterhttps://timsong-cpp.github.io/cppwp/rand#def:counter
(1.2)https://timsong-cpp.github.io/cppwp/rand#eng.philox-1.2
[rand.req.eng]https://timsong-cpp.github.io/cppwp/rand#req.eng
(1.3)https://timsong-cpp.github.io/cppwp/rand#eng.philox-1.3
(1.4)https://timsong-cpp.github.io/cppwp/rand#eng.philox-1.4
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-1.sentence-2
2https://timsong-cpp.github.io/cppwp/rand#eng.philox-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3175
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#eng.philox-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3180
4https://timsong-cpp.github.io/cppwp/rand#eng.philox-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3191
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.sentence-2
(4.1)https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.1
129https://timsong-cpp.github.io/cppwp/rand#tab:rand.eng.philox.f
129https://timsong-cpp.github.io/cppwp/rand#tab:rand.eng.philox.f
[tab:rand.eng.philox.f]https://timsong-cpp.github.io/cppwp/tab:rand.eng.philox.f
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.eng.philox.f-row-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.eng.philox.f-row-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.eng.philox.f-row-3
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.eng.philox.f-row-4
πŸ”—https://timsong-cpp.github.io/cppwp/rand#tab:rand.eng.philox.f-row-5
1https://timsong-cpp.github.io/cppwp/rand#eng.philox-note-1
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.1.sentence-2
(4.2)https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.2
(4.2.1)https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.2.1
(4.2.2)https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.2.2
(4.2.3)https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.2.3
(4.2.4)https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.2.4
(4.2.5)https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.2.5
(4.2.6)https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.2.6
(4.2.7)https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.2.7
(4.2.8)https://timsong-cpp.github.io/cppwp/rand#eng.philox-4.2.8
5https://timsong-cpp.github.io/cppwp/rand#eng.philox-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3259
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:philox_engine_
6https://timsong-cpp.github.io/cppwp/rand#eng.philox-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3311
(6.1)https://timsong-cpp.github.io/cppwp/rand#eng.philox-6.1
(6.2)https://timsong-cpp.github.io/cppwp/rand#eng.philox-6.2
(6.3)https://timsong-cpp.github.io/cppwp/rand#eng.philox-6.3
(6.4)https://timsong-cpp.github.io/cppwp/rand#eng.philox-6.4
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-6.sentence-1
7https://timsong-cpp.github.io/cppwp/rand#eng.philox-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3320
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-7.sentence-1
8https://timsong-cpp.github.io/cppwp/rand#eng.philox-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3325
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-8.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#eng.philox-note-2
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-8.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:philox_engine,constructor
9https://timsong-cpp.github.io/cppwp/rand#eng.philox-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3338
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-9.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-9.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-9.sentence-3
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:philox_engine,constructor_
10https://timsong-cpp.github.io/cppwp/rand#eng.philox-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3351
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-10.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-10.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-10.sentence-3
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:set_counter,philox_engine
11https://timsong-cpp.github.io/cppwp/rand#eng.philox-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3369
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-11.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-11.sentence-2
3https://timsong-cpp.github.io/cppwp/rand#eng.philox-note-3
.https://timsong-cpp.github.io/cppwp/rand#eng.philox-11.sentence-3
29.5.5https://timsong-cpp.github.io/cppwp/rand#adapt
[rand.adapt]https://timsong-cpp.github.io/cppwp/rand.adapt
29.5.5.1https://timsong-cpp.github.io/cppwp/rand#adapt.general
[rand.adapt.general]https://timsong-cpp.github.io/cppwp/rand.adapt.general
1https://timsong-cpp.github.io/cppwp/rand#adapt.general-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3391
[rand.adapt]https://timsong-cpp.github.io/cppwp/rand#adapt
random number engine adaptorhttps://timsong-cpp.github.io/cppwp/rand#req.adapt
.https://timsong-cpp.github.io/cppwp/rand#adapt.general-1.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#adapt.general-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3397
[rand.adapt]https://timsong-cpp.github.io/cppwp/rand#adapt
.https://timsong-cpp.github.io/cppwp/rand#adapt.general-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#adapt.general-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3403
[rand.adapt]https://timsong-cpp.github.io/cppwp/rand#adapt
.https://timsong-cpp.github.io/cppwp/rand#adapt.general-3.sentence-1
4https://timsong-cpp.github.io/cppwp/rand#adapt.general-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3408
[rand.adapt]https://timsong-cpp.github.io/cppwp/rand#adapt
.https://timsong-cpp.github.io/cppwp/rand#adapt.general-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#adapt.general-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3415
[rand.adapt]https://timsong-cpp.github.io/cppwp/rand#adapt
[rand.req.adapt]https://timsong-cpp.github.io/cppwp/rand#req.adapt
.https://timsong-cpp.github.io/cppwp/rand#adapt.general-5.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#adapt.general-5.sentence-2
6https://timsong-cpp.github.io/cppwp/rand#adapt.general-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3427
[rand.adapt]https://timsong-cpp.github.io/cppwp/rand#adapt
.https://timsong-cpp.github.io/cppwp/rand#adapt.general-6.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#adapt.general-6.sentence-2
29.5.5.2https://timsong-cpp.github.io/cppwp/rand#adapt.disc
[rand.adapt.disc]https://timsong-cpp.github.io/cppwp/rand.adapt.disc
1https://timsong-cpp.github.io/cppwp/rand#adapt.disc-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3441
.https://timsong-cpp.github.io/cppwp/rand#adapt.disc-1.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#adapt.disc-1.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#adapt.disc-1.sentence-3
2https://timsong-cpp.github.io/cppwp/rand#adapt.disc-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3452
.https://timsong-cpp.github.io/cppwp/rand#adapt.disc-2.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#adapt.disc-2.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#adapt.disc-2.sentence-3
3https://timsong-cpp.github.io/cppwp/rand#adapt.disc-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3465
.https://timsong-cpp.github.io/cppwp/rand#adapt.disc-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:discard_block_engine_
4https://timsong-cpp.github.io/cppwp/rand#adapt.disc-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3521
.https://timsong-cpp.github.io/cppwp/rand#adapt.disc-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#adapt.disc-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3527
.https://timsong-cpp.github.io/cppwp/rand#adapt.disc-5.sentence-1
6https://timsong-cpp.github.io/cppwp/rand#adapt.disc-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3534
[rand.req.adapt]https://timsong-cpp.github.io/cppwp/rand#req.adapt
.https://timsong-cpp.github.io/cppwp/rand#adapt.disc-6.sentence-1
29.5.5.3https://timsong-cpp.github.io/cppwp/rand#adapt.ibits
[rand.adapt.ibits]https://timsong-cpp.github.io/cppwp/rand.adapt.ibits
1https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3548
.https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-1.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-1.sentence-2
2https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3563
(2.1)https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-2.1
.https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-2.1.sentence-1
(2.2)https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-2.2
.https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-2.2.sentence-1
(2.3)https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-2.3
.https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-2.3.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-2.3.sentence-2
1https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-note-1
.https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-2.sentence-2
3https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3596
.https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-3.sentence-1
4https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3603
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:independent_bits_engine_
5https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3669
.https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-5.sentence-1
6https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3675
.https://timsong-cpp.github.io/cppwp/rand#adapt.ibits-6.sentence-1
29.5.5.4https://timsong-cpp.github.io/cppwp/rand#adapt.shuf
[rand.adapt.shuf]https://timsong-cpp.github.io/cppwp/rand.adapt.shuf
1https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3686
.https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-1.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-1.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-1.sentence-3
2https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3702
.https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-2.sentence-1
(2.1)https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-2.1
.https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-2.1.sentence-1
(2.2)https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-2.2
.https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-2.2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3718
.https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:shuffle_order_engine_
4https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3774
.https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3778
.https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-5.sentence-1
6https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3787
[rand.req.adapt]https://timsong-cpp.github.io/cppwp/rand#req.adapt
.https://timsong-cpp.github.io/cppwp/rand#adapt.shuf-6.sentence-1
29.5.6https://timsong-cpp.github.io/cppwp/rand#predef
[rand.predef]https://timsong-cpp.github.io/cppwp/rand.predef
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:minstd_rand0
1https://timsong-cpp.github.io/cppwp/rand#predef-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3820
.https://timsong-cpp.github.io/cppwp/rand#predef-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:minstd_rand
2https://timsong-cpp.github.io/cppwp/rand#predef-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3835
.https://timsong-cpp.github.io/cppwp/rand#predef-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:mt19937
3https://timsong-cpp.github.io/cppwp/rand#predef-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3851
.https://timsong-cpp.github.io/cppwp/rand#predef-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:mt19937_64
4https://timsong-cpp.github.io/cppwp/rand#predef-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3868
.https://timsong-cpp.github.io/cppwp/rand#predef-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:ranlux24_base
5https://timsong-cpp.github.io/cppwp/rand#predef-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3883
.https://timsong-cpp.github.io/cppwp/rand#predef-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:ranlux48_base
6https://timsong-cpp.github.io/cppwp/rand#predef-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3899
.https://timsong-cpp.github.io/cppwp/rand#predef-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:ranlux24
7https://timsong-cpp.github.io/cppwp/rand#predef-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3914
.https://timsong-cpp.github.io/cppwp/rand#predef-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:ranlux48
8https://timsong-cpp.github.io/cppwp/rand#predef-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3929
.https://timsong-cpp.github.io/cppwp/rand#predef-8.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:knuth_b
9https://timsong-cpp.github.io/cppwp/rand#predef-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3944
.https://timsong-cpp.github.io/cppwp/rand#predef-9.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:default_random_engine
10https://timsong-cpp.github.io/cppwp/rand#predef-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3958
.https://timsong-cpp.github.io/cppwp/rand#predef-10.sentence-1
1https://timsong-cpp.github.io/cppwp/rand#predef-note-1
.https://timsong-cpp.github.io/cppwp/rand#predef-10.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#predef-10.sentence-3
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:philox4x32
11https://timsong-cpp.github.io/cppwp/rand#predef-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L3987
.https://timsong-cpp.github.io/cppwp/rand#predef-11.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:philox4x64
12https://timsong-cpp.github.io/cppwp/rand#predef-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4002
.https://timsong-cpp.github.io/cppwp/rand#predef-12.sentence-1
29.5.7https://timsong-cpp.github.io/cppwp/rand#device
[rand.device]https://timsong-cpp.github.io/cppwp/rand.device
1https://timsong-cpp.github.io/cppwp/rand#device-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4025
.https://timsong-cpp.github.io/cppwp/rand#device-1.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#device-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4030
.https://timsong-cpp.github.io/cppwp/rand#device-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:random_device_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:random_device,constructor
3https://timsong-cpp.github.io/cppwp/rand#device-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4072
.https://timsong-cpp.github.io/cppwp/rand#device-3.sentence-1
4https://timsong-cpp.github.io/cppwp/rand#device-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4078
.https://timsong-cpp.github.io/cppwp/rand#device-4.sentence-1
223https://timsong-cpp.github.io/cppwp/rand#footnote-223
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:entropy,random_device
5https://timsong-cpp.github.io/cppwp/rand#device-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4096
.https://timsong-cpp.github.io/cppwp/rand#device-5.sentence-1
224https://timsong-cpp.github.io/cppwp/rand#footnote-224
.https://timsong-cpp.github.io/cppwp/rand#device-5.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:operator(),random_device
6https://timsong-cpp.github.io/cppwp/rand#device-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4121
.https://timsong-cpp.github.io/cppwp/rand#device-6.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#device-6.sentence-2
7https://timsong-cpp.github.io/cppwp/rand#device-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4129
.https://timsong-cpp.github.io/cppwp/rand#device-7.sentence-1
223)https://timsong-cpp.github.io/cppwp/rand#footnote-223
223)https://timsong-cpp.github.io/cppwp/rand#footnoteref-223
.https://timsong-cpp.github.io/cppwp/rand#footnote-223.sentence-1
224)https://timsong-cpp.github.io/cppwp/rand#footnote-224
224)https://timsong-cpp.github.io/cppwp/rand#footnoteref-224
.https://timsong-cpp.github.io/cppwp/rand#footnote-224.sentence-2
29.5.8https://timsong-cpp.github.io/cppwp/rand#util
[rand.util]https://timsong-cpp.github.io/cppwp/rand.util
29.5.8.1https://timsong-cpp.github.io/cppwp/rand#util.seedseq
[rand.util.seedseq]https://timsong-cpp.github.io/cppwp/rand.util.seedseq
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:seed_seq
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:seed_seq,constructor
1https://timsong-cpp.github.io/cppwp/rand#util.seedseq-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4196
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:seed_seq,constructor_
2https://timsong-cpp.github.io/cppwp/rand#util.seedseq-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4209
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#util.seedseq-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4213
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:seed_seq,constructor__
4https://timsong-cpp.github.io/cppwp/rand#util.seedseq-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4226
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#util.seedseq-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4231
Cpp17InputIteratorhttps://timsong-cpp.github.io/cppwp/input.iterators#:Cpp17InputIterator
[input.iterators]https://timsong-cpp.github.io/cppwp/input.iterators
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-5.sentence-1
6https://timsong-cpp.github.io/cppwp/rand#util.seedseq-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4236
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:generate,seed_seq
7https://timsong-cpp.github.io/cppwp/rand#util.seedseq-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4253
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-7.sentence-1
8https://timsong-cpp.github.io/cppwp/rand#util.seedseq-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4258
Cpp17RandomAccessIteratorhttps://timsong-cpp.github.io/cppwp/random.access.iterators#:Cpp17RandomAccessIterator
[random.access.iterators]https://timsong-cpp.github.io/cppwp/random.access.iterators
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-8.sentence-1
9https://timsong-cpp.github.io/cppwp/rand#util.seedseq-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4264
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-9.sentence-1
(9.1)https://timsong-cpp.github.io/cppwp/rand#util.seedseq-9.1
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-9.1.sentence-1
(9.2)https://timsong-cpp.github.io/cppwp/rand#util.seedseq-9.2
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-9.2.sentence-1
(9.3)https://timsong-cpp.github.io/cppwp/rand#util.seedseq-9.3
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-9.3.sentence-1
10https://timsong-cpp.github.io/cppwp/rand#util.seedseq-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4337
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-10.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:size,seed_seq
11https://timsong-cpp.github.io/cppwp/rand#util.seedseq-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4349
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-11.sentence-1
12https://timsong-cpp.github.io/cppwp/rand#util.seedseq-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4355
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-12.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:param,seed_seq
13https://timsong-cpp.github.io/cppwp/rand#util.seedseq-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4367
[iterator.requirements.general]https://timsong-cpp.github.io/cppwp/iterator.requirements.general
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-13.sentence-1
14https://timsong-cpp.github.io/cppwp/rand#util.seedseq-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4371
Cpp17OutputIteratorhttps://timsong-cpp.github.io/cppwp/output.iterators#:Cpp17OutputIterator
[output.iterators]https://timsong-cpp.github.io/cppwp/output.iterators
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-14.sentence-1
15https://timsong-cpp.github.io/cppwp/rand#util.seedseq-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4376
16https://timsong-cpp.github.io/cppwp/rand#util.seedseq-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4385
.https://timsong-cpp.github.io/cppwp/rand#util.seedseq-16.sentence-1
29.5.8.2https://timsong-cpp.github.io/cppwp/rand#util.canonical
[rand.util.canonical]https://timsong-cpp.github.io/cppwp/rand.util.canonical
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:generate_canonical
1https://timsong-cpp.github.io/cppwp/rand#util.canonical-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4402
(1.1)https://timsong-cpp.github.io/cppwp/rand#util.canonical-1.1
(1.2)https://timsong-cpp.github.io/cppwp/rand#util.canonical-1.2
(1.3)https://timsong-cpp.github.io/cppwp/rand#util.canonical-1.3
225https://timsong-cpp.github.io/cppwp/rand#footnote-225
(1.4)https://timsong-cpp.github.io/cppwp/rand#util.canonical-1.4
(1.5)https://timsong-cpp.github.io/cppwp/rand#util.canonical-1.5
.https://timsong-cpp.github.io/cppwp/rand#util.canonical-1.sentence-1
attempthttps://timsong-cpp.github.io/cppwp/rand#def:attempt
29.1https://timsong-cpp.github.io/cppwp/rand#eq:rand.gencanonical
2https://timsong-cpp.github.io/cppwp/rand#util.canonical-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4424
.https://timsong-cpp.github.io/cppwp/rand#util.canonical-2.sentence-1
1https://timsong-cpp.github.io/cppwp/rand#util.canonical-note-1
.https://timsong-cpp.github.io/cppwp/rand#util.canonical-2.sentence-2
3https://timsong-cpp.github.io/cppwp/rand#util.canonical-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4431
.https://timsong-cpp.github.io/cppwp/rand#util.canonical-3.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#util.canonical-note-2
.https://timsong-cpp.github.io/cppwp/rand#util.canonical-3.sentence-2
4https://timsong-cpp.github.io/cppwp/rand#util.canonical-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4439
.https://timsong-cpp.github.io/cppwp/rand#util.canonical-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#util.canonical-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4443
.https://timsong-cpp.github.io/cppwp/rand#util.canonical-5.sentence-1
6https://timsong-cpp.github.io/cppwp/rand#util.canonical-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4447
3https://timsong-cpp.github.io/cppwp/rand#util.canonical-note-3
.https://timsong-cpp.github.io/cppwp/rand#util.canonical-6.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#util.canonical-6.sentence-2
7https://timsong-cpp.github.io/cppwp/rand#util.canonical-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4459
4https://timsong-cpp.github.io/cppwp/rand#util.canonical-note-4
.https://timsong-cpp.github.io/cppwp/rand#util.canonical-7.sentence-1
225)https://timsong-cpp.github.io/cppwp/rand#footnote-225
225)https://timsong-cpp.github.io/cppwp/rand#footnoteref-225
.https://timsong-cpp.github.io/cppwp/rand#footnote-225.sentence-1
29.5.9https://timsong-cpp.github.io/cppwp/rand#dist
[rand.dist]https://timsong-cpp.github.io/cppwp/rand.dist
29.5.9.1https://timsong-cpp.github.io/cppwp/rand#dist.general
[rand.dist.general]https://timsong-cpp.github.io/cppwp/rand.dist.general
1https://timsong-cpp.github.io/cppwp/rand#dist.general-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4484
[rand.dist]https://timsong-cpp.github.io/cppwp/rand#dist
random number distributionhttps://timsong-cpp.github.io/cppwp/rand#req.dist
.https://timsong-cpp.github.io/cppwp/rand#dist.general-1.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#dist.general-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4490
[rand.dist]https://timsong-cpp.github.io/cppwp/rand#dist
[rand.req.dist]https://timsong-cpp.github.io/cppwp/rand#req.dist
.https://timsong-cpp.github.io/cppwp/rand#dist.general-2.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#dist.general-2.sentence-2
3https://timsong-cpp.github.io/cppwp/rand#dist.general-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4502
.https://timsong-cpp.github.io/cppwp/rand#dist.general-3.sentence-1
4https://timsong-cpp.github.io/cppwp/rand#dist.general-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4507
.https://timsong-cpp.github.io/cppwp/rand#dist.general-4.sentence-1
29.5.9.2https://timsong-cpp.github.io/cppwp/rand#dist.uni
[rand.dist.uni]https://timsong-cpp.github.io/cppwp/rand.dist.uni
29.5.9.2.1https://timsong-cpp.github.io/cppwp/rand#dist.uni.int
[rand.dist.uni.int]https://timsong-cpp.github.io/cppwp/rand.dist.uni.int
1https://timsong-cpp.github.io/cppwp/rand#dist.uni.int-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4530
29.2https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.uni.int
.https://timsong-cpp.github.io/cppwp/rand#dist.uni.int-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:uniform_int_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:uniform_int_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.uni.int-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4595
.https://timsong-cpp.github.io/cppwp/rand#dist.uni.int-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.uni.int-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4599
.https://timsong-cpp.github.io/cppwp/rand#dist.uni.int-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:a,uniform_int_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.uni.int-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4611
.https://timsong-cpp.github.io/cppwp/rand#dist.uni.int-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:b,uniform_int_distribution
5https://timsong-cpp.github.io/cppwp/rand#dist.uni.int-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4623
.https://timsong-cpp.github.io/cppwp/rand#dist.uni.int-5.sentence-1
29.5.9.2.2https://timsong-cpp.github.io/cppwp/rand#dist.uni.real
[rand.dist.uni.real]https://timsong-cpp.github.io/cppwp/rand.dist.uni.real
1https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4635
29.3https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.uni.real
.https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-1.sentence-1
1https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-note-1
.https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-1.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:uniform_real_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:uniform_real_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4701
.https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4707
.https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:a,uniform_real_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4719
.https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:b,uniform_real_distribution
5https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4731
.https://timsong-cpp.github.io/cppwp/rand#dist.uni.real-5.sentence-1
29.5.9.3https://timsong-cpp.github.io/cppwp/rand#dist.bern
[rand.dist.bern]https://timsong-cpp.github.io/cppwp/rand.dist.bern
29.5.9.3.1https://timsong-cpp.github.io/cppwp/rand#dist.bern.bernoulli
[rand.dist.bern.bernoulli]https://timsong-cpp.github.io/cppwp/rand.dist.bern.bernoulli
1https://timsong-cpp.github.io/cppwp/rand#dist.bern.bernoulli-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4756
29.4https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.bern.bernoulli
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.bernoulli-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:bernoulli_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:bernoulli_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.bern.bernoulli-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4818
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.bernoulli-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.bern.bernoulli-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4822
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.bernoulli-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:p,bernoulli_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.bern.bernoulli-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4834
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.bernoulli-4.sentence-1
29.5.9.3.2https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin
[rand.dist.bern.bin]https://timsong-cpp.github.io/cppwp/rand.dist.bern.bin
1https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4846
29.5https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.bern.bin
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:binomial_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:binomial_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4908
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4912
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:t,binomial_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4923
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:p,binomial_distribution
5https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4935
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.bin-5.sentence-1
29.5.9.3.3https://timsong-cpp.github.io/cppwp/rand#dist.bern.geo
[rand.dist.bern.geo]https://timsong-cpp.github.io/cppwp/rand.dist.bern.geo
1https://timsong-cpp.github.io/cppwp/rand#dist.bern.geo-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L4947
29.6https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.bern.geo
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.geo-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:geometric_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:geometric_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.bern.geo-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5007
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.geo-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.bern.geo-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5011
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.geo-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:p,geometric_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.bern.geo-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5023
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.geo-4.sentence-1
29.5.9.3.4https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin
[rand.dist.bern.negbin]https://timsong-cpp.github.io/cppwp/rand.dist.bern.negbin
1https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5036
29.7https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.bern.negbin
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-1.sentence-1
1https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-note-1
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-1.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:negative_binomial_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:negative_binomial_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5101
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5106
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:k,negative_binomial_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5118
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:p,negative_binomial_distribution
5https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5130
.https://timsong-cpp.github.io/cppwp/rand#dist.bern.negbin-5.sentence-1
29.5.9.4https://timsong-cpp.github.io/cppwp/rand#dist.pois
[rand.dist.pois]https://timsong-cpp.github.io/cppwp/rand.dist.pois
29.5.9.4.1https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson
[rand.dist.pois.poisson]https://timsong-cpp.github.io/cppwp/rand.dist.pois.poisson
1https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5155
29.8https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.pois.poisson
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson-1.sentence-1
meanhttps://timsong-cpp.github.io/cppwp/rand#def:mean
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson-1.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:poisson_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:poisson_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5216
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5220
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:mean,poisson_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5231
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.poisson-4.sentence-1
29.5.9.4.2https://timsong-cpp.github.io/cppwp/rand#dist.pois.exp
[rand.dist.pois.exp]https://timsong-cpp.github.io/cppwp/rand.dist.pois.exp
1https://timsong-cpp.github.io/cppwp/rand#dist.pois.exp-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5243
29.9https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.pois.exp
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.exp-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:exponential_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:exponential_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.pois.exp-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5303
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.exp-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.pois.exp-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5307
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.exp-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:lambda,exponential_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.pois.exp-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5318
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.exp-4.sentence-1
29.5.9.4.3https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma
[rand.dist.pois.gamma]https://timsong-cpp.github.io/cppwp/rand.dist.pois.gamma
1https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5330
29.10https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.pois.gamma
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:gamma_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:gamma_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5392
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5396
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:alpha,gamma_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5408
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:beta,gamma_distribution
5https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5420
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.gamma-5.sentence-1
29.5.9.4.4https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull
[rand.dist.pois.weibull]https://timsong-cpp.github.io/cppwp/rand.dist.pois.weibull
1https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5433
29.11https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.pois.weibull
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:weibull_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:weibull_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5495
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5499
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:a,weibull_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5511
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:b,weibull_distribution
5https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5523
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.weibull-5.sentence-1
29.5.9.4.5https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme
[rand.dist.pois.extreme]https://timsong-cpp.github.io/cppwp/rand.dist.pois.extreme
1https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5536
29.12https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.pois.extreme
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme-1.sentence-1
226https://timsong-cpp.github.io/cppwp/rand#footnote-226
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:extreme_value_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:extreme_value_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5608
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5612
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:a,extreme_value_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5624
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:b,extreme_value_distribution
5https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5636
.https://timsong-cpp.github.io/cppwp/rand#dist.pois.extreme-5.sentence-1
226)https://timsong-cpp.github.io/cppwp/rand#footnote-226
226)https://timsong-cpp.github.io/cppwp/rand#footnoteref-226
.https://timsong-cpp.github.io/cppwp/rand#footnote-226.sentence-1
29.5.9.5https://timsong-cpp.github.io/cppwp/rand#dist.norm
[rand.dist.norm]https://timsong-cpp.github.io/cppwp/rand.dist.norm
29.5.9.5.1https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal
[rand.dist.norm.normal]https://timsong-cpp.github.io/cppwp/rand.dist.norm.normal
1https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5661
29.13https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.norm.normal
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal-1.sentence-1
meanhttps://timsong-cpp.github.io/cppwp/rand#def:mean
standard deviationhttps://timsong-cpp.github.io/cppwp/rand#def:standard_deviation
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal-1.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:normal_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:normal_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5731
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5735
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:mean,normal_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5747
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:stddev,normal_distribution
5https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5759
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.normal-5.sentence-1
29.5.9.5.2https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal
[rand.dist.norm.lognormal]https://timsong-cpp.github.io/cppwp/rand.dist.norm.lognormal
1https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5772
29.14https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.norm.lognormal
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:lognormal_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:lognormal_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5834
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5838
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:m,lognormal_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5850
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:s,lognormal_distribution
5https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5862
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.lognormal-5.sentence-1
29.5.9.5.3https://timsong-cpp.github.io/cppwp/rand#dist.norm.chisq
[rand.dist.norm.chisq]https://timsong-cpp.github.io/cppwp/rand.dist.norm.chisq
1https://timsong-cpp.github.io/cppwp/rand#dist.norm.chisq-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5875
29.15https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.norm.chisq
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.chisq-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:chi_squared_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:chi_squared_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.norm.chisq-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5934
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.chisq-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.norm.chisq-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5938
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.chisq-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:n,chi_squared_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.norm.chisq-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5949
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.chisq-4.sentence-1
29.5.9.5.4https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy
[rand.dist.norm.cauchy]https://timsong-cpp.github.io/cppwp/rand.dist.norm.cauchy
1https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L5962
29.16https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.norm.cauchy
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:cauchy_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:cauchy_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6023
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6027
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:a,cauchy_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6039
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:b,cauchy_distribution
5https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6051
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.cauchy-5.sentence-1
29.5.9.5.5https://timsong-cpp.github.io/cppwp/rand#dist.norm.f
[rand.dist.norm.f]https://timsong-cpp.github.io/cppwp/rand.dist.norm.f
1https://timsong-cpp.github.io/cppwp/rand#dist.norm.f-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6064
29.17https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.norm.f
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.f-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:fisher_f_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:fisher_f_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.norm.f-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6127
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.f-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.norm.f-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6131
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.f-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:m,fisher_f_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.norm.f-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6143
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.f-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:n,fisher_f_distribution
5https://timsong-cpp.github.io/cppwp/rand#dist.norm.f-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6155
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.f-5.sentence-1
29.5.9.5.6https://timsong-cpp.github.io/cppwp/rand#dist.norm.t
[rand.dist.norm.t]https://timsong-cpp.github.io/cppwp/rand.dist.norm.t
1https://timsong-cpp.github.io/cppwp/rand#dist.norm.t-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6168
29.18https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.norm.t
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.t-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:student_t_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:student_t_distribution,constructor
2https://timsong-cpp.github.io/cppwp/rand#dist.norm.t-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6229
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.t-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#dist.norm.t-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6233
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.t-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:mean,student_t_distribution
4https://timsong-cpp.github.io/cppwp/rand#dist.norm.t-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6244
.https://timsong-cpp.github.io/cppwp/rand#dist.norm.t-4.sentence-1
29.5.9.6https://timsong-cpp.github.io/cppwp/rand#dist.samp
[rand.dist.samp]https://timsong-cpp.github.io/cppwp/rand.dist.samp
29.5.9.6.1https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete
[rand.dist.samp.discrete]https://timsong-cpp.github.io/cppwp/rand.dist.samp.discrete
1https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6271
29.19https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.samp.discrete
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-1.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6280
weightshttps://timsong-cpp.github.io/cppwp/rand#def:weights
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-2.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-2.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:discrete_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:discrete_distribution,constructor
3https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6344
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-3.sentence-1
1https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-note-1
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-3.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:discrete_distribution,constructor_
4https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6361
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6366
Cpp17InputIteratorhttps://timsong-cpp.github.io/cppwp/input.iterators#:Cpp17InputIterator
[input.iterators]https://timsong-cpp.github.io/cppwp/input.iterators
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-5.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-5.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-5.sentence-3
6https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6376
29.19https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.samp.discrete
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:discrete_distribution,constructor__
7https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6389
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:discrete_distribution,constructor___
8https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6401
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-8.sentence-1
9https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6405
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-9.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-9.sentence-2
10https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6412
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-10.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-10.sentence-2
11https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6423
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-11.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:probabilities,discrete_distribution
12https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6434
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.discrete-12.sentence-1
29.5.9.6.2https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst
[rand.dist.samp.pconst]https://timsong-cpp.github.io/cppwp/rand.dist.samp.pconst
1https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6450
29.20https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.samp.pconst
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-1.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6462
interval boundarieshttps://timsong-cpp.github.io/cppwp/rand#def:interval_boundaries
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-2.sentence-1
weightshttps://timsong-cpp.github.io/cppwp/rand#def:weights
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-2.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-2.sentence-3
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:piecewise_constant_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:piecewise_constant_distribution,constructor
3https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6536
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:piecewise_constant_distribution,constructor_
4https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6554
(4.1)https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-4.1
(4.2)https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-4.2
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6563
Cpp17InputIteratorhttps://timsong-cpp.github.io/cppwp/input.iterators#:Cpp17InputIterator
[input.iterators]https://timsong-cpp.github.io/cppwp/input.iterators
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-5.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-5.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-5.sentence-3
6https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6581
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:piecewise_constant_distribution,constructor__
7https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6595
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-7.sentence-1
8https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6599
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-8.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-8.sentence-2
9https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6616
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-9.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:piecewise_constant_distribution,constructor___
10https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6629
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-10.sentence-1
11https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6633
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-11.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-11.sentence-2
12https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6639
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-12.sentence-1
13https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6647
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-13.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:intervals,piecewise_constant_distribution
14https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6658
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-14.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:densities,piecewise_constant_distribution
15https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6672
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.pconst-15.sentence-1
29.5.9.6.3https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear
[rand.dist.samp.plinear]https://timsong-cpp.github.io/cppwp/rand.dist.samp.plinear
1https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6688
29.21https://timsong-cpp.github.io/cppwp/rand#eq:rand.dist.samp.plinear
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-1.sentence-1
2https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6702
interval boundarieshttps://timsong-cpp.github.io/cppwp/rand#def:interval_boundaries
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-2.sentence-1
weights at boundarieshttps://timsong-cpp.github.io/cppwp/rand#def:weights_at_boundaries
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-2.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-2.sentence-3
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:piecewise_linear_distribution_
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:piecewise_linear_distribution,constructor
3https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6772
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:piecewise_linear_distribution,constructor_
4https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6789
(4.1)https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-4.1
(4.2)https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-4.2
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-4.sentence-1
5https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6798
Cpp17InputIteratorhttps://timsong-cpp.github.io/cppwp/input.iterators#:Cpp17InputIterator
[input.iterators]https://timsong-cpp.github.io/cppwp/input.iterators
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-5.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-5.sentence-2
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-5.sentence-3
6https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6816
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:piecewise_linear_distribution,constructor__
7https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6830
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-7.sentence-1
8https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6834
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-8.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-8.sentence-2
9https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6851
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-9.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:piecewise_linear_distribution,constructor___
10https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6864
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-10.sentence-1
11https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6868
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-11.sentence-1
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-11.sentence-2
12https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6874
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-12.sentence-1
13https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6882
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-13.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:intervals,piecewise_linear_distribution
14https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6893
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-14.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:densities,piecewise_linear_distribution
15https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6907
.https://timsong-cpp.github.io/cppwp/rand#dist.samp.plinear-15.sentence-1
29.5.10https://timsong-cpp.github.io/cppwp/rand#c.math.rand
[c.math.rand]https://timsong-cpp.github.io/cppwp/c.math.rand
1https://timsong-cpp.github.io/cppwp/rand#c.math.rand-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6921
1https://timsong-cpp.github.io/cppwp/rand#c.math.rand-note-1
https://timsong-cpp.github.io/cppwp/cstdlib.syn#header:%3ccstdlib%3e
.https://timsong-cpp.github.io/cppwp/rand#c.math.rand-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/rand#lib:rand
2https://timsong-cpp.github.io/cppwp/rand#c.math.rand-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6935
.https://timsong-cpp.github.io/cppwp/rand#c.math.rand-2.sentence-1
3https://timsong-cpp.github.io/cppwp/rand#c.math.rand-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/numerics.tex#L6941
.https://timsong-cpp.github.io/cppwp/rand#c.math.rand-3.sentence-1
[res.on.data.races]https://timsong-cpp.github.io/cppwp/res.on.data.races
.https://timsong-cpp.github.io/cppwp/rand#c.math.rand-3.sentence-2
2https://timsong-cpp.github.io/cppwp/rand#c.math.rand-note-2
.https://timsong-cpp.github.io/cppwp/rand#c.math.rand-3.sentence-3
.https://timsong-cpp.github.io/cppwp/rand#c.math.rand-3.sentence-4

URLs of crawlers that visited me.