pub fn sql_gen( rng: &mut impl Rng, tables: Vec<Table>, config: &Configuration, ) -> String
Generate a random SQL string.