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