class RSpec::Core::Backports::Random

def self.new_seed

def self.new_seed
  (2 ** 62) + Kernel.rand(2 ** 62)
end