eis/TestProject/RNG
Huamonarch b4bb27f1e5 feat: add ModelRegistry with JSON loading and composite model
Add CompositeModel for combining base+noise models, ModelRegistry singleton
with JSON-based model template loading, per-instance-key model isolation,
and inline CSV/valve pair/composite syntax parsing in createModel.
2026-05-13 15:20:51 +08:00
..
json feat: add rng_models.json with model templates 2026-05-13 15:07:06 +08:00
model feat: add ModelRegistry with JSON loading and composite model 2026-05-13 15:20:51 +08:00
BaseData.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
CMakeLists.txt Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
Generator.cc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
Generator.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
RandT.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
read_csv.hpp Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
RNG_icei.cc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
RNG_icei.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
RNG.cc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
RNG.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00