Перейти к основному содержимому

TDC — The Data Constructor

Deterministic test-data generator — exact proportions, any text format

Deterministic

The same seed produces byte-identical output on every run — and across all five implementations: TypeScript, Python, Rust, C# and Java.

Any text format

Build CSV, JSON, SQL, YAML, or your own format with wrapper tags. TDC is not limited to a fixed list of exporters.

Hierarchical & exact

Parent/child probabilistic dependencies and exact percentage proportions that faker-style tools cannot express.