[Issue 20723] std.random.unpredictableSeed: on x86/x86-64 try using RDSEED when there is no arc4random

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 7 00:28:49 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20723

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@n8sh created dlang/phobos pull request #7436 "std.random.unpredictableSeed: on
x86/x86-64 try using RDSEED when there is no arc4random" fixing this issue:

- Fix Issue 20723 - std.random.unpredictableSeed: on x86/x86-64 try using
RDSEED when there is no arc4random

  This code works in both DMD and LDC because LDC version 1.20.0
  added support for data directives in DMD-style inline asm.

https://github.com/dlang/phobos/pull/7436

--


More information about the Digitalmars-d-bugs mailing list