Parent

Methods

Class/Module Index [+]

Quicksearch

RSpec::Core::RandomNumberGenerator

@private

Public Class Methods

new_seed() click to toggle source
# File lib/rspec/core/backport_random.rb, line 323
def self.new_seed
  (2 ** 62) + Kernel.rand(2 ** 62)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.