status?()
Return true if the PRNG has been seeded with enough data, false otherwise.
static VALUE ossl_rand_status(VALUE self) { return RAND_status() ? Qtrue : Qfalse; }