From 51de1548f4891a9fcdc9a45a7a3d196f190dc258 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 13 Sep 2017 12:46:13 +0000 Subject: Random.urandom raises RuntimeError instead of returning nil [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'random.c') diff --git a/random.c b/random.c index 8ea3d77f22..95163d172b 100644 --- a/random.c +++ b/random.c @@ -608,7 +608,7 @@ random_seed(void) * Returns a string, using platform providing features. * Returned value is expected to be a cryptographically secure * pseudo-random number in binary form. - * This method returns nil if the feature provided by platform + * This method raises a RuntimeError if the feature provided by platform * failed to prepare the result. * * In 2017, Linux manpage random(7) writes that "no cryptographic -- cgit v1.2.3