Bỏ qua

Generators

Domain Generators

For domain-specific generators (e.g. person, address, finance), see Domains.

Generators For Common Id Types

DATAMIMIC contains the following common predefined and platform-independent generators:

  • IncrementGenerator: Creates consecutive id values, starting with 1 by default.

  • UUIDGenerator: Creates UUIDs by the python uuid module

For database-specific generators, see Database.

Simple Type Generators

For simple type generators like Strings, Chars. etc., see Simple Type.

Date And/Or Time Generators

For date and time related generators, see Date & Time.

Regular Expression Generators

Generates strings based on a regular expression pattern. RegEx Pattern.

Custom Generators And Converters

For custom generators and converters, see Custom.