implement randomness

This commit is contained in:
Pat Hickey
2021-01-04 12:20:42 -08:00
parent 01d74ceb73
commit 48554a1a5c
5 changed files with 50 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ mod ctx;
mod dir;
mod error;
mod file;
pub mod random;
pub mod snapshots;
pub mod stdio;
mod string_array;