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

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

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

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • vickscarlet/liferestartAvatar von VickScarlet

    VickScarlet/lifeRestart

    10,403Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,403
  • marmelab/gremlins.jsAvatar von marmelab

    marmelab/gremlins.js

    9,080Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,080
  • ht524/500lineorless_cnAvatar von HT524

    HT524/500LineorLess_CN

    4,434Auf GitHub ansehen↗

    Dieses Projekt ist ein chinesisches Lokalisierungs-Repository und technisches Übersetzungsprojekt, das darauf ausgelegt ist, prägnante Programmierprojekte und technische Dokumentationen für chinesischsprachige Personen zugänglich zu machen. Es bietet eine Sammlung übersetzter Ressourcen und kuratierter Mappings von Informatik-Terminologie, um eine konsistente Übersetzung technischer Konzepte zu gewährleisten. Das Projekt implementiert einen Software-Lokalisierungs-Workflow, der englischsprachige technische Leitfäden und Codebase-Dokumentationen in das Chinesische konvertiert. Dieser Prozess nutzt eine technische Glossar-Ressource und ein ressourcengesteuertes Lokalisierungsmodell, um die ursprüngliche Bedeutung und den technischen Kontext des Quellmaterials beizubehalten. Das Repository deckt die Übersetzung technischer Dokumentationen und die Verwaltung standardisierter Übersetzungs-Mappings ab, um eine konsistente technische Wortwahl über diverse Softwareprojekte hinweg sicherzustellen.

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

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