RandGen is a simple CLI tool to generate random data of a given size.
Download the latest binary from the releases page and add it to your path.
RandGen can be installed with brew using the following command on macOS
brew install shibme/tap/randgenWith Shell (MacOs/Linux):
curl -fsSL https://dev.shib.me/randgen/install.sh | shWith PowerShell (Windows):
irm https://dev.shib.me/randgen/install.ps1 | iexWith Shell (MacOs/Linux):
curl -fsSL https://dev.shib.me/randgen/install.sh | sh -s v1.1.0With PowerShell (Windows):
$v="1.1.0"; irm https://dev.shib.me/randgen/install.ps1 | iexYou can also run RandGen without installing, using Docker:
docker run --rm -v $PWD:/workspace -it ghcr.io/shibme/randgen help