class RSpec::Core::Backports::Random::MT19937

def initialize(seed)

See seed=
def initialize(seed)
  self.seed = seed
end