# File lib/plugins/aa.rb, line 5
  def self.random(n)
    rand(n).to_i
  end