]> git.ipfire.org Git - thirdparty/shadow.git/commit
libmisc/csrand.c: Update comments
authorAlejandro Colomar <alx.manpages@gmail.com>
Sat, 3 Jun 2023 17:25:00 +0000 (19:25 +0200)
committerSerge Hallyn <serge@hallyn.com>
Mon, 5 Jun 2023 21:50:40 +0000 (16:50 -0500)
commit170d24a251c11dadee35f14fd2c2348fa06279b0
treeca2d0813f4092c40e93a1b568b17eaf9a029f4f7
parent70399856c1e7ae6bddbe26319895fd53ab895be4
libmisc/csrand.c: Update comments

Those comments were written when this function used 64 bits (and
temporary variables of 128 bits).  Now it uses 32 bits, with temporaries
of 64 bits, so some values have changed.

Fixes: 2a61122b5e8f ("Unoptimize the higher part of the domain of csrand_uniform()")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
libmisc/csrand.c