René's URL Explorer Experiment
go
Title:
[alg.random.sample]
direct link
Domain:
timsong-cpp.github.io
Links
:
[algorithms]
https://timsong-cpp.github.io/cppwp/#algorithms
[alg.modifying.operations]
https://timsong-cpp.github.io/cppwp/alg.modifying.operations#alg.random.sample
🔗
https://timsong-cpp.github.io/cppwp/alg.random.sample#lib:sample
input_iterator
https://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_for
https://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
weakly_incrementable
https://timsong-cpp.github.io/cppwp/iterator.concept.winc#concept:weakly_incrementable
forward_iterator
https://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
random_access_iterator
https://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
indirectly_copyable
https://timsong-cpp.github.io/cppwp/alg.req.ind.copy#concept:indirectly_copyable
uniform_random_bit_generator
https://timsong-cpp.github.io/cppwp/rand.req.urng#concept:uniform_random_bit_generator
input_range
https://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
weakly_incrementable
https://timsong-cpp.github.io/cppwp/iterator.concept.winc#concept:weakly_incrementable
forward_range
https://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
random_access_iterator
https://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
indirectly_copyable
https://timsong-cpp.github.io/cppwp/alg.req.ind.copy#concept:indirectly_copyable
uniform_random_bit_generator
https://timsong-cpp.github.io/cppwp/rand.req.urng#concept:uniform_random_bit_generator
1
https://timsong-cpp.github.io/cppwp/alg.random.sample#1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8410
[iterator.requirements.general]
https://timsong-cpp.github.io/cppwp/iterator.requirements.general
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#1.sentence-1
2
https://timsong-cpp.github.io/cppwp/alg.random.sample#2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8416
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#2.sentence-1
(2.1)
https://timsong-cpp.github.io/cppwp/alg.random.sample#2.1
Cpp17InputIterator
https://timsong-cpp.github.io/cppwp/input.iterators#:Cpp17InputIterator
[input.iterators]
https://timsong-cpp.github.io/cppwp/input.iterators
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#2.1.sentence-1
(2.2)
https://timsong-cpp.github.io/cppwp/alg.random.sample#2.2
Cpp17OutputIterator
https://timsong-cpp.github.io/cppwp/output.iterators#:Cpp17OutputIterator
[output.iterators]
https://timsong-cpp.github.io/cppwp/output.iterators
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#2.2.sentence-1
(2.3)
https://timsong-cpp.github.io/cppwp/alg.random.sample#2.3
Cpp17RandomAccessIterator
https://timsong-cpp.github.io/cppwp/random.access.iterators#:Cpp17RandomAccessIterator
[random.access.iterators]
https://timsong-cpp.github.io/cppwp/random.access.iterators
forward_iterator
https://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
[iterator.concept.forward]
https://timsong-cpp.github.io/cppwp/iterator.concept.forward
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#2.3.sentence-1
(2.4)
https://timsong-cpp.github.io/cppwp/alg.random.sample#2.4
[rand.req.urng]
https://timsong-cpp.github.io/cppwp/rand.req.urng
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#2.4.sentence-1
3
https://timsong-cpp.github.io/cppwp/alg.random.sample#3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8437
sample
https://timsong-cpp.github.io/cppwp/alg.random.sample#def:sample
population
https://timsong-cpp.github.io/cppwp/alg.random.sample#def:population
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#3.sentence-1
1
https://timsong-cpp.github.io/cppwp/alg.random.sample#note-1
selection sampling
https://timsong-cpp.github.io/cppwp/alg.random.sample#def:selection_sampling
reservoir sampling
https://timsong-cpp.github.io/cppwp/alg.random.sample#def:reservoir_sampling
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#3.sentence-2
4
https://timsong-cpp.github.io/cppwp/alg.random.sample#4
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8447
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#4.sentence-1
5
https://timsong-cpp.github.io/cppwp/alg.random.sample#5
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8451
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#5.sentence-1
6
https://timsong-cpp.github.io/cppwp/alg.random.sample#6
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8455
(6.1)
https://timsong-cpp.github.io/cppwp/alg.random.sample#6.1
forward_iterator
https://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#6.1.sentence-1
forward_iterator
https://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#6.1.sentence-2
(6.2)
https://timsong-cpp.github.io/cppwp/alg.random.sample#6.2
.
https://timsong-cpp.github.io/cppwp/alg.random.sample#6.2.sentence-1
URLs of
crawlers that visited me
.