File tree 3 files changed +6
-7
lines changed 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4231
4231
or in the range from
4232
4232
\tcode {'0'}
4233
4233
through
4234
- \tcode {'9'},
4235
- inclusive)
4234
+ \tcode {'9'}
4235
+ ( inclusive) )
4236
4236
stored in
4237
4237
\tcode {digits}.
4238
4238
\begin {example }
4664
4664
in the range
4665
4665
\tcode {'0'}
4666
4666
through
4667
- \tcode {'9'},
4668
- inclusive, and
4667
+ \tcode {'9'}
4668
+ ( inclusive) and
4669
4669
\tcode {ct}
4670
4670
is a reference of type
4671
4671
\tcode {const ctype<charT>\& }
Original file line number Diff line number Diff line change 3917
3917
\begin {itemdescr }
3918
3918
\pnum\returns A nondeterministic random value,
3919
3919
uniformly distributed
3920
- between \tcode {min()} and \tcode {max()},
3921
- inclusive.
3920
+ between \tcode {min()} and \tcode {max()} (inclusive).
3922
3921
It is \impldef {how \tcode {random_device::operator()} generates values}
3923
3922
how these values are generated.
3924
3923
Original file line number Diff line number Diff line change 5535
5535
the multibyte character
5536
5536
that corresponds to the U+0000 Unicode character
5537
5537
(which is the value stored).
5538
- \item between \tcode {1} and \tcode {n} inclusive,
5538
+ \item between \tcode {1} and \tcode {n} ( inclusive) ,
5539
5539
if the next n or fewer bytes complete a valid multibyte character
5540
5540
(which is the value stored);
5541
5541
the value returned is the number of bytes that complete the multibyte character.
You can’t perform that action at this time.
0 commit comments