// This is free and unencumbered software released into the public domain.
// SPDX-License-Identifier: CC0-1.0 OR Unlicense
#[test]fnis_rdseed_available(){assert!(rdseed::is_available(),"RDSEED instruction is not available");}#[test]fnis_rdrand_available(){assert!(rdseed::rand::is_available(),"RDRAND instruction is not available");}