Enum.take_random/2

defmodule Enum do
  def take_random(enumerable, count)
end

Takes at most count random elements from enumerable.