• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.mdD11-Mar-2024272 149

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