Returns a random subset from the given objects. The default behavior is to
return a single random object. If you want to return more than one object,
you can specify the count
parameter.
The seed
parameter can be used to make the random selection reproducible.
If you want to select the same random object every time, you can specify
the same seed.