contact: jan[.]teskeredzic[.]25[at]size[.]ba
I am currently working on
easyrandlib
which is a C/C++ library, written in C, that streamlines random value generation.
Installation is straight forward as it builds a static library with MAKE, but since it is a very lightweight library and it is open source the source files can also be included in a project.
The goal of this library is to eliminate error prone manual random number generation with also useful features like bias(generating on bell curve), array filling and random byte generation.