/random

Generate a random number based on beacon.nist.gov

Primary LanguageGo

Fetch the latest value from https://beacon.nist.gov/home and convert it to a number in the specified range.

Usage:

random -min 1 -max 49
docker run gomoto/random -min 1 -max 49