Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 11-Mar-2024 | 272 | 14 | 9 |
README.md
1## libRandv2 2 3This library provides random generators for a few different random 4distributions: 5 6 * Uniform 7 * Gausian (Real and complex) 8 * Bern 9 * Generalized pareto 10 11As well as for producing random bits and 32 bit integers. 12 13For more information check the source code. 14