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

Port rand to CloudABI. #224

Merged
merged 1 commit into from
Jan 11, 2018
Merged

Port rand to CloudABI. #224

merged 1 commit into from
Jan 11, 2018

Commits on Jan 11, 2018

  1. Port rand to CloudABI.

    CloudABI has a special system call, random_get(), that can be used to
    obtain random data from the environment (the kernel, emulator, etc). We
    can invoke this system call by making use of the cloudabi crate.
    EdSchouten committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    79023b8 View commit details
    Browse the repository at this point in the history