Generate valid CI (Cedula de Identidad) numbers for testing purposes. Numbers follow the official Uruguayan format with check digit.
international.disclaimer
The Cédula de Identidad is Uruguay's national identification document, issued by the Dirección Nacional de Identificación Civil. It has a 7 or 8-digit number followed by a check digit, in the format X.XXX.XXX-D.
The check digit is calculated using weights 2, 9, 8, 7, 6, 3, 4 applied to the base digits, summing the products and obtaining the remainder of division by 10. The check digit is (10 - remainder) mod 10.
Regional platforms serving the Uruguayan market need to validate the cédula in registration forms. Numbers generated by Help4Dev pass algorithmic validation and are safe for testing.