# File lib/backports/1.9.2/random/MT19937.rb, line 9
    def initialize(seed)
      self.seed = seed
    end