The method may return nil for some reasons.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2017-09-09 15:19:19 +00:00
Родитель 86d76173de
Коммит 7451ec065c
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -606,8 +606,10 @@ random_seed(void)
* call-seq: Random.urandom(size) -> string
*
* Returns a string, using platform providing features.
* Returned value expected to be a cryptographically secure
* 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
* failed to prepare the result.
*
* In 2017, Linux manpage random(7) writes that "no cryptographic
* primitive available today can hope to promise more than 256 bits of