Crate rng_query

source ·
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

Enums

Functions

  • Run a whole “program”

Type Aliases

  • Float type used in the interval
  • Int type used in the interval