# `Finch.Pool.Strategy.Random`
[🔗](https://github.com/sneako/finch/blob/v0.23.0/lib/finch/pool/strategy/random.ex#L1)

Selects a pool worker uniformly at random. No state required.

This is the default when no `pool_strategy` option is given, it is the fastest one to select
a worker, which is ideal if your workers will perform many short tasks.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
