Parent

Namespace

Random

Public Class Methods

new_seed() click to toggle source
# File lib/backports/1.9.2/random/implementation.rb, line 89
def self.new_seed
  Kernel::srand # use the built-in seed generator
  Kernel::srand # return the generated seed
end

Public Instance Methods

inspect() click to toggle source
# File lib/backports/1.9.2/random/load.rb, line 11
def inspect
  "#<#{self.class.name}:#{object_id}>"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.