We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getentropy in libc uses sysctl only as a fallback and uses the getrandom syscall if available.
getentropy
sysctl
getrandom
This crate should check for getrandom via dlopen and use it if available.
dlopen
getentropyin libc usessysctlonly as a fallback and uses thegetrandomsyscall if available.This crate should check for
getrandomviadlopenand use it if available.