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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 16 18:36:03 UTC 2020


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/phobos pull request #7436 "std.random.unpredictableSeed: on x86/x86-64
try using RDRAND when there is no arc4random" was merged into master:

- f6a3678adc8b82352e6770593989141db77d5b2a by Nathan Sashihara:
  Fix Issue 20723 - std.random.unpredictableSeed: on x86/x86-64 try using
RDRAND 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