module VWO::Common::FunctionUtils

Public Instance Methods

get_current_unix_timestamp() click to toggle source

@return

# File lib/vwo/common/function_utils.rb, line 20
def get_current_unix_timestamp
  Time.now.to_i
end
get_random_number() click to toggle source

@return

# File lib/vwo/common/function_utils.rb, line 15
def get_random_number
  rand
end