Add random chars cmd (#2782)

This commit is contained in:
Chris Gillespie
2020-12-08 09:43:46 -08:00
committed by GitHub
parent 9c7b25134b
commit af2f064f42
7 changed files with 117 additions and 1 deletions

View File

@ -1,4 +1,5 @@
mod bool;
mod chars;
mod decimal;
mod dice;
mod integer;