mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 05:55:46 +02:00
[ruby/securerandom] [DOC] Improve the document about reproducibility of uuid_v7
https://github.com/ruby/securerandom/pull/19/files#r1329476195
156cbb8448
This commit is contained in:
parent
f49af3c969
commit
cb93d10ae5
1 changed files with 2 additions and 3 deletions
|
@ -201,9 +201,8 @@ module Random::Formatter
|
|||
#
|
||||
# The result contains 74 random bits (9.25 random bytes).
|
||||
#
|
||||
# Note that this method cannot be made reproducable with Kernel#srand, which
|
||||
# can only affect the random bits. The sorted bits will still be based on
|
||||
# Process.clock_gettime.
|
||||
# Note that this method cannot be made reproducable because its output
|
||||
# includes not only random bits but also timestamp.
|
||||
#
|
||||
# See draft-ietf-uuidrev-rfc4122bis[https://datatracker.ietf.org/doc/draft-ietf-uuidrev-rfc4122bis/]
|
||||
# for details of UUIDv7.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue