Expand description
Small query language for pseudorandomness
See https://github.com/Zheoni/rng-query for the syntax and CLI.
Run a whole input with run
or manage line by line with State
and it
methods.
All Display
implementations of the crate may output ANSI color codes.
Use something like anstream if you dont want
colors.
Structs
- Sample from an interval
- Result of a dice roll evaluation
- Customize the separators used
- Query interpreter
- Output of a query
Enums
- Result of tossing a coin
- Entry result
- Query error
Functions
- Run a whole “program”
Type Aliases
- Float type used in the interval
- Int type used in the interval