From abd7cc3f88e457c6918a4056d06189b39d8e93ec Mon Sep 17 00:00:00 2001 From: brotto Date: Sun, 29 Mar 2026 06:27:03 -0300 Subject: [PATCH] Add crng to Simulation and Modeling section Add crng, a random number generator that produces numbers with real financial market statistical signatures (fat tails, volatility clustering). Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd1389be6..60e53939e 100644 --- a/README.md +++ b/README.md @@ -523,6 +523,7 @@ _Libraries for scientific computing. Also see [Python-for-Scientists](https://gi - [pydy](https://github.com/pydy/pydy) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion. - [PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics) - This is a compilation of various robotics algorithms with visualizations. - Simulation and Modeling + - [crng](https://github.com/brotto/crng) - A random number generator that produces numbers with real financial market statistical signatures (fat tails, volatility clustering). - [pathsim](https://github.com/pathsim/pathsim) - A block-based system modeling and simulation framework with a browser-based visual editor. - [pymc](https://github.com/pymc-devs/pymc) - Probabilistic programming and Bayesian modeling in Python. - [simpy](https://gitlab.com/team-simpy/simpy) - A process-based discrete-event simulation framework.