We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<random>
seed_seq::generate()
RandomAccessIterator
WG21-N4971 [rand.util.seedseq]/7:
template<class RandomAccessIterator> void generate(RandomAccessIterator begin, RandomAccessIterator end); Mandates: iterator_traits<RandomAccessIterator>::value_type is an unsigned integer type capable of accommodating 32-bit quantities.
template<class RandomAccessIterator> void generate(RandomAccessIterator begin, RandomAccessIterator end);
Mandates: iterator_traits<RandomAccessIterator>::value_type is an unsigned integer type capable of accommodating 32-bit quantities.
iterator_traits<RandomAccessIterator>::value_type
We currently don't enforce this:
STL/stl/inc/random
Lines 180 to 184 in 8b081e2
The text was updated successfully, but these errors were encountered:
seed_seq::generate
Successfully merging a pull request may close this issue.
WG21-N4971 [rand.util.seedseq]/7:
We currently don't enforce this:
STL/stl/inc/random
Lines 180 to 184 in 8b081e2
The text was updated successfully, but these errors were encountered: