Conrad Meyer 510b01833e random(3): Abstract routines into _r versions on explicit state
The existing APIs simply pass the implicit global state to the _r variants.

No functional change.

Note that these routines are not exported from libc and are not intended to be
exported.  If someone wished to export them from libc (which I would
discourage), they should first be modified to match the inconsistent parameter
type / order of the glibc public interfaces of the same names.

I know Ravi will ask, so: the eventual goal of this series is to replace
rand(3) with the implementation from random(3) (D23290).  However, I'd like to
wait a bit longer on that one to see if more feedback emerges.

Reviewed by:	kevans, markm
Differential Revision:	https://reviews.freebsd.org/D23289
2020-01-24 01:39:29 +00:00
..
2018-05-29 02:41:32 +00:00
2018-06-13 09:07:24 +00:00
2018-06-13 08:52:17 +00:00
2019-07-17 19:29:55 +00:00
2018-05-29 02:41:32 +00:00
2019-12-14 08:28:10 +00:00
2019-12-04 16:56:11 +00:00