There are 6 repositories under deterministic topic.
A simple vaultless password manager in Go
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
Generate deterministic fake values: The same input will always generate the same fake-output.
C++ header-only fixed-point math library
A Compositional Numeric Library for C++
Cross-platform deterministic physics simulation in Unity, using DOTS physics and soft floats
DARKLINGS is an accessible F2P 2D fighting game with periodic updates (using Rollback Netcode).
Software implementation of floating point numbers and operations
A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/
Framework for simulating distributed applications
New Shuffle algorithm with low overhead and no annoying repetition.
Serialization code generator for QUICK struct content comparison
Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets.
Simple (almost drop-in) replacement for zip that produces deterministic files.
A 2D Physics Library for Networked Games
fast soft float-point for deterministic computing,高性能、一致性计算的软件浮点数
CPU and GPU deterministic and therefore fully reproducible machine learning pipelines using MLflow.
Tiny WebGL library for Deterministic seed-driven Procedural Gradient Animations
A BIP-39 / seed-phrase / brain-wallet based Hierarchical Deterministic GPG / SSH key generator that also provisions OpenPGP smartcards for easy key backup and recovery.
A rust cross-platform deterministic skeletal animation runtime library, based on ozz-animation.
deterministic physics engine for lock-step 3D game development. 能为3D帧同步游戏提供一致性、确定性的物理引擎。
Deterministic text generation and embeddings with zero configuration
Synchronized React Components without any server code
This repo demonstrates how to build a surrogate (proxy) model by multivariate regressing building energy consumption data (univariate and multivariate) and use (1) Bayesian framework, (2) Pyomo package, (3) Genetic algorithm with local search, and (4) Pymoo package to find optimum design parameters and minimum energy consumption.
converting regex (regular expression) to DFA directly by creating syntax tree in java