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

def state

def state
  @mt.state_as_bignum
end