Selects count elements at random from this collection reactively.
count
Coral<List<E>> sample(int count, [Random? random]) => coral.map((source) => List.unmodifiable(source.sample(count, random)));