awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • vickscarlet/liferestartAvatar de VickScarlet

    VickScarlet/lifeRestart

    10,403Voir sur GitHub↗

    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
    Voir sur GitHub↗10,403
  • marmelab/gremlins.jsAvatar de marmelab

    marmelab/gremlins.js

    9,080Voir sur GitHub↗

    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
    Voir sur GitHub↗9,080
  • ht524/500lineorless_cnAvatar de HT524

    HT524/500LineorLess_CN

    4,434Voir sur GitHub↗

    Ce projet est un dépôt de localisation chinoise et un projet de traduction technique conçu pour rendre les projets de programmation concis et la documentation technique accessibles aux sinophones. Il fournit une collection de ressources traduites et des mappages curés de terminologie informatique pour assurer une traduction cohérente des concepts techniques. Le projet implémente un flux de travail de localisation logicielle qui convertit les guides techniques et la documentation de base de code en langue anglaise vers le chinois. Ce processus utilise une ressource de glossaire technique et un modèle de localisation piloté par les ressources pour maintenir le sens original et le contexte technique du matériel source. Le dépôt couvre la traduction de documentation technique et la gestion de mappages de traduction standardisés pour assurer une formulation technique cohérente à travers divers projets logiciels.

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

    Jupyter Notebook
    Voir sur GitHub↗4,434
  1. Home
  2. Testing & Quality Assurance
  3. Deterministic Simulation Workflows