= private = protected
seed(p1)
::seed is equivalent to ::add where entropy is length of str.
static VALUE ossl_rand_seed(VALUE self, VALUE str) { StringValue(str); RAND_seed(RSTRING_PTR(str), RSTRING_LENINT(str)); return str; }