Category: Utilities tags: IdentifiersUuid Generate a UUID in Ruby Generate a v4 UUID with the SecureRandom stdlib. Author: chris // Language: Ruby Download Print Copy Code Share require 'securerandom' puts SecureRandom.uuid