https://issues.dlang.org/show_bug.cgi?id=20723
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
