libstdc++: Rename _UniformRandomNumberGenerator parameters
authorJonathan Wakely <jwakely@redhat.com>
Thu, 29 Oct 2020 09:09:44 +0000 (09:09 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 29 Oct 2020 09:09:44 +0000 (09:09 +0000)
commit68990ed13dc36cb98f94afa84e9dadc39e955e8c
tree1b0f71625e5928a9a23c85038f2bff88ae497d7d
parent632a2f50b8be2fe998aba28d22c30a67a0566e7b
libstdc++: Rename _UniformRandomNumberGenerator parameters

The paper P0346R1 renamed uniform random number generators to
uniform random bit generators, to describe their purpose more
accurately. This makes that same change in one of the relevant
files (but not the others).

libstdc++-v3/ChangeLog:

* include/bits/uniform_int_dist.h (uniform_int_distribution):
Rename _UniformRandomNumberGenerator template parameters to
_UniformRandomBitGenerator, as per P0346R1.
libstdc++-v3/include/bits/uniform_int_dist.h