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