From 93873b57f5c30b991082902939d0d3fb8a186459 Mon Sep 17 00:00:00 2001 From: DmitriBogdanov <87243261+DmitriBogdanov@users.noreply.github.com> Date: Wed, 26 Feb 2025 06:34:19 +0300 Subject: [PATCH] Add utl::random: C++17 library for fast Monte-Carlo simulations. (#1648) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 824b2fd..ccad98e 100644 --- a/README.md +++ b/README.md @@ -852,6 +852,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Wykobi](https://www.wykobi.com) - A C++ library of efficient, robust and simple to use C++ 2D/3D oriented computational geometry routines. [MIT] * [xtensor](https://github.com/xtensor-stack/xtensor) - A C++14 library for numerical analysis with multi-dimensional array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](https://xtensor-stack.github.io/xtensor) * [universal](https://github.com/stillwater-sc/universal) - A C++14 header-only library implementing arbitrary posit arithmetic. The posit number system is a tapered floating point that is more efficient than IEEE floating point. Posits enable reproducible computational science. [MIT license] +* [utl::random](https://github.com/DmitriBogdanov/UTL/blob/master/docs/module_random.md) - A C++17 header-only library implementing fast random for Monte-Carlo simulations & gamedev. [MIT] * [XAD](https://github.com/auto-differentiation/xad) - Powerful Automatic Differentiation for C++. [AGPL] [website](https://auto-differentiation.github.io/) ## Memory Allocation