Module: SecureRandom (ActiveSupport)

Overview
Module Structure
Module Methods
SecureRandom.random_bytes / 1
SecureRandom.hex / 1
SecureRandom.base64 / 1
SecureRandom.random_number / 1
SecureRandom.lastWin32ErrorMessage
is a submodule of
module: ActiveSupport   
has properties
module method: random_bytes / 1   
module method: hex / 1   
module method: base64 / 1   
module method: random_number / 1   
module method: lastWin32ErrorMessage   
is defined at
#49 in active_support/secure_random.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
module: SecureRandom     

Module Methods

SecureRandom.random_bytes / 1

#59 in active_support/secure_random.rb

random_bytes ( n=nil )

SecureRandom.hex / 1

#137 in active_support/secure_random.rb

hex ( n=nil )

SecureRandom.base64 / 1

#151 in active_support/secure_random.rb

base64 ( n=nil )

SecureRandom.random_number / 1

#164 in active_support/secure_random.rb

random_number ( n=0 )

SecureRandom.lastWin32ErrorMessage

#186 in active_support/secure_random.rb

lastWin32ErrorMessage