module SecureRandom
Defined in:
Class Method Summary
.base64
(n = 16)
.hex
(n = 16)
.random_bytes
(n = 16)
.urlsafe_base64
(n = 16, padding = false)
.uuid
Class Method Detail
def self.
base64
(n =
16
)
def self.
hex
(n =
16
)
def self.
random_bytes
(n =
16
)
def self.
urlsafe_base64
(n =
16
, padding =
false
)
def self.
uuid