Add AntithesisRandom, a drop-in replacement for random.Random that uses Antithesis-driven randomness. This lets you pass an AntithesisRandom instance anywhere a random.Random is expected, giving Antithesis control over the random choices your code makes.
Documentation improvements.
Documentation improvements.
Downgrade minimum cffi runtime requirement from 1.17 to 1.16.