awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesDeterministic Simulation Workflows

The ability to exactly recreate a sequence of random events using seeds for debugging.

Distinguishing note: Existing candidates focus on operational workflows or layout repeaters, not the repeatability of a random testing sequence.

Explore 3 awesome GitHub repositories matching testing & quality assurance · Deterministic Simulation Workflows. Refine with filters or upvote what's useful.

Awesome Deterministic Simulation Workflows GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • vickscarlet/liferestartVickScarlet का अवतार

    VickScarlet/lifeRestart

    10,403GitHub पर देखें↗

    lifeRestart is a life simulation game where players make sequential decisions that affect their character's future outcomes and final score. It utilizes a deterministic state machine and a stat-based character manager to track health, wealth, happiness, and relationships as they update dynamically based on in-game events. The simulation employs a seeded random number generator to ensure that identical sequences of player decisions produce reproducible outcomes. It features a reincarnation loop that allows players to start over after death, carrying over accumulated knowledge or meta-progressi

    Uses seeded random generation to exactly recreate sequences of events for deterministic simulation and debugging.

    JavaScript
    GitHub पर देखें↗10,403
  • marmelab/gremlins.jsmarmelab का अवतार

    marmelab/gremlins.js

    9,080GitHub पर देखें↗

    gremlins.js is a JavaScript stress testing framework and web UI monkey testing library. It functions as a browser chaos testing tool that automates random interactions with DOM elements to identify stability issues, unexpected crashes, and edge-case bugs in web applications. The tool utilizes a seeded-random interaction engine to ensure test sequence repeatability, allowing specific failure sequences to be recreated for debugging. It supports the definition of custom interaction rules and pluggable strategies to target specific application behaviors through weighted-probability action dispatc

    Uses seeded random interactions to recreate specific failure sequences for debugging and verification purposes.

    JavaScriptfrontendfuzz-testingtest
    GitHub पर देखें↗9,080
  • ht524/500lineorless_cnHT524 का अवतार

    HT524/500LineorLess_CN

    4,434GitHub पर देखें↗

    This project is a Chinese localization repository and technical translation project designed to make concise programming projects and technical documentation accessible to Chinese speakers. It provides a collection of translated resources and curated mappings of computer science terminology to ensure consistent translation of technical concepts. The project implements a software localization workflow that converts English-language technical guides and codebase documentation into Chinese. This process utilizes a technical glossary resource and a resource-driven localization model to maintain t

    Ensures simulation reproducibility using fixed random seeds to trace distributed failures.

    Jupyter Notebook
    GitHub पर देखें↗4,434
  1. Home
  2. Testing & Quality Assurance
  3. Deterministic Simulation Workflows