Prnglib is a pseudo random number generation library designed for 64-bit systems.
| Tags | Development Libraries |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Linux |
| Implementation | C |
Recent releases


Release Notes: Some bugs were fixed. Code clean-up and optimization were done. Some improvements and consolidation were done in the library API: some functions were renamed for name consistency, and some utility functions were added. Support for SSE2 instructions in the sfmt algorithm was added.


Release Notes: The xorshift64 algorithm was added to the library. Some bugs were fixed.


Release Notes: Minor code changes were made to avoid compiler warnings.


Release Notes: This release adds some bugfixes, code cleanup, and optimization, and some improvements and consolidation in the library API, mainly in functions with dynamic memory allocation. The sfmt algorithm has been added to the library. The library is now licensed under the LGPL.


Release Notes: Some bugs were fixed. A script was added to build and install prnglib as a shared library. Some changes were made in the API, in functions related to saving and loading of the pseudo random number generator's internal state.