# File lib/backports/random/implementation.rb, line 58 def marshal_load(ary) @seed = ary.pop @mt = MT19937.allocate @mt.marshal_load(ary) end