# File lib/openid/cryptutil.rb, line 30
    def CryptUtil.rand(max)
      Kernel.srand()
      return Kernel.rand(max)
    end