Categorygithub.com/bohdanch-w/rand-api
module
1.0.0
Repository: https://github.com/bohdanch-w/rand-api.git
Documentation: pkg.go.dev

# README

RandAPI

RandAPI is an cli tool to retrieve data from random.org


Usage

randapi [global options] command [command options] [arguments...]

Commands

NameAliasesDescription
integerintgenerate random integer in range (including)
coingenerate random coinflip result (two values possible)
decimaldecgenerate random decimal value in range [0, 1]
gausiangausgenerate random value with Gausian distribution
stringstrgenerate random string of given characters
uuidgenerate random uuid V4
blobgenerate random Binary Large OBject
statusstget specified apiKey usage
helphshow a list of commands or help for one command

Global Options

NameAliasesDescriptionDefault Value
apikey valuespecify custom API-keyembeded resource if any, else required
file value-fsave output to specied file<STDOUT>
help-hshow helpfalse
quite-qsuppress all warningsfalse
separator value--sepstring to separate output" "
signed-sget signed reply from random.orgfalse
timeout value-trandomness server response timeout in seconds5
verbose-vmake verbose output after completitionfalse

To get options for specific command use randapi [command] -h


TODO List

  • Finish documentation
  • Add check for unique strings + only unique chars
  • Add integer sequenses command
  • Add Signed requests
  • Add Pregenerated requests

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author