// We only test the RDRAND-based RNG source on supported architectures.
// rdrand.rs expects to be part of the getrandom main crate, so we need these
// additional imports to get rdrand.rs to compile.
use Error;
extern crate cfg_if;
use getrandom_inner as getrandom_impl;