pub fn generate_token( label: &str, kind: TokenSpec, rng: &mut impl RngCore, ) -> String
Generate a token value for the provided shape kind.