# File lib/randexp/core_ext/range.rb, line 2
  def pick
    to_a.pick
  end