awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • faker-js/fakerfaker-js 的头像

    faker-js/faker

    14,896在 GitHub 上查看↗

    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
    在 GitHub 上查看↗14,896
  • hypothesisworks/hypothesisHypothesisWorks 的头像

    HypothesisWorks/hypothesis

    8,717在 GitHub 上查看↗

    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
    在 GitHub 上查看↗8,717
  1. Home
  2. Data & Databases
  3. Data Model Generation
  4. Primitive Generators

探索子标签

  • 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.