Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std.random.unpredictableSeed: on x86/x86-64 try using RDRAND when there is no arc4random #7436

Merged
merged 1 commit into from
Apr 16, 2020

Commits on Apr 7, 2020

  1. Fix Issue 20723 - std.random.unpredictableSeed: on x86/x86-64 try usi…

    …ng 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.
    n8sh committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    f6a3678 View commit details
    Browse the repository at this point in the history