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
..
2019-12-28 02:11:41 +00:00
2018-10-20 22:39:35 +00:00
2019-07-02 23:56:37 +00:00
2019-09-25 18:03:18 +00:00
2017-12-08 17:52:53 +00:00
2019-09-02 01:55:55 +00:00
2019-09-01 16:12:05 +00:00
2020-01-15 19:53:03 +00:00
2020-01-20 11:45:18 +00:00
2019-12-11 17:37:53 +00:00