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