# File lib/backports/1.9.2/random/implementation.rb, line 10 def initialize(seed = 0) super() srand(seed) end