3 lines
59 B
Ruby
3 lines
59 B
Ruby
|
|
require 'securerandom'
|
||
|
|
SecureRandom.random_number(1 << 32)
|