Anyra

Anyra (any random) - tool for any kind of random generation you need.
✨ Features
- Pick and shuffle - choose random values or shuffle them all together
- Dice notation - roll
d20
for your ability checks
- Markov chain - generate new names or plot hooks with the help of Markov chains
- HTTP API - run anyra as a server and get all listed features via http
⚙️ Installation
From source
Compile from source by cloning this repository. Go version 1.19 or higher is required:
git clone https://github.com/ustits/anyra.git
cd anyra
go build
🚀 Quick start

For usage examples go to tutorials section.
To discover all by yourself:
anyra help
To run a server on default 8080
port:
anyra server
For server documentation go to api section.