# File lib/rantly/generator.rb, line 190
  def boolean
    range(0,1) == 0 ? true : false
  end