mjg 95034c44e6 random(4): depessimize arc4random
- __predict_false reseeding on entry as it is almost never true.
- don't blindly atomic_cmpset as on x86 it ends up dirtying the cacheline.
it almost ever succeeds per above
- fetch the timestamp prior to getting the cpu number

Reviewed by:	cem
Approved by:	secteam (delphij)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D20242
2019-05-12 06:32:46 +00:00
..
2019-05-12 06:32:46 +00:00
2018-05-10 02:31:48 +00:00
2017-02-16 20:50:01 +00:00
2018-10-20 22:39:35 +00:00