# File lib/randexp/randgen.rb, line 5
  def self.bool(options = {})
    ['true', 'false'].pick
  end