module LogGenerator::Apache::RAND

インナークラスから使うためにmodule化 使う場合はinclude RANDする

Constants

RANDOM

Public Instance Methods

grand(n) click to toggle source
# File lib/apache-loggen/base.rb, line 97
def grand(n)
  RANDOM.rand(n)
end