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