module RSpec::Core::Backports::Random::Implementation

def initialize(seed = 0)

def initialize(seed = 0)
  super()
  seed_rand seed
end