awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesPrimitive Generators

Lightweight utilities for generating basic data types like numbers and strings without heavy locale dependencies.

Distinct from Data Model Generation: Distinct from Data Model Generation: focuses on primitive value generation rather than semantic model definitions.

Explore 2 awesome GitHub repositories matching data & databases · Primitive Generators. Refine with filters or upvote what's useful.

Awesome Primitive Generators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • faker-js/fakerAvatar von faker-js

    faker-js/faker

    14,896Auf GitHub ansehen↗

    Faker is a library for generating synthetic data and mock information to populate development and testing environments. It provides a structured way to create realistic values such as names, addresses, and dates, allowing developers to validate application logic and visualize user interfaces without relying on production data. The library distinguishes itself through its support for deterministic generation, which uses fixed seeds to ensure that data sequences remain identical across multiple test executions. It also features a modular architecture that separates generation logic into indepen

    Creates basic data types efficiently to minimize memory usage during high-volume generation.

    TypeScriptbrowserdatafake
    Auf GitHub ansehen↗14,896
  • hypothesisworks/hypothesisAvatar von HypothesisWorks

    HypothesisWorks/hypothesis

    8,717Auf GitHub ansehen↗

    Hypothesis is a Python property-based testing library and data generation engine. It enables the discovery of edge cases and bugs by generating a wide range of randomized inputs based on defined strategies and shrinking complex failing examples to their smallest possible form. It also functions as a state machine testing framework to verify system behavior across sequences of interdependent operations. The project features a fuzzing integration layer that converts raw byte buffers from coverage-guided fuzzers into structured test cases. It includes a persistence mechanism to store and synchro

    Generates basic scalar data types such as integers, floats, and booleans for testing.

    Pythonfuzzingproperty-based-testingpython
    Auf GitHub ansehen↗8,717
  1. Home
  2. Data & Databases
  3. Data Model Generation
  4. Primitive Generators

Unter-Tags erkunden

  • Backend AbstractionsArchitectural layers that decouple data generation strategies from the specific random-value engine. **Distinct from Primitive Generators:** Distinct from Primitive Generators by focusing on the abstraction layer between the strategy and the engine, rather than the generators themselves.
  • Generation Engine SwappingThe ability to change the underlying engine used for primitive type generation, such as switching to a fuzzer. **Distinct from Primitive Generators:** Distinct from Primitive Generators as it refers to the mechanism of swapping the engine that drives those generators.