#c-standard-library

[ follow ]

Fast Computation of PRNG's

The standard C++ random library PRNGs are often insufficient, leading to the need for newer options like Xoshiro and ChaCha20 which are recommended for cryptographic applications.

C++26: Basic linear algebra algorithms applied to Machine learning.

Usage of std::linalg in C++ Standard Library for dense linear algebra based on BLAS, demonstrating operations with mdspan and boost ublas differences.
[ Load more ]