Skip to content

Commit 02a2a61

Browse files
committed
#311-fix bibliography in README.md
Done. Modified also the head of file with the library banner.
1 parent 63cf387 commit 02a2a61

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# CppRandLib [![license](http://img.shields.io/github/license/schmouk/cpprandlib.svg?style=plastic&labelColor=blueviolet&color=lightblue)](https://github.com/schmouk/cpprandlib/license) [![Latest release](http://img.shields.io/github/release/schmouk/cpprandlib.svg?style=plastic&labelColor=blueviolet&color=success)](https://github.com/schmouk/cpprandlib/releases) [![code_coverage](https://img.shields.io/badge/code_coverage-100%25-success?style=plastic&labelColor=blueviolet)]() [![tests](https://img.shields.io/badge/tests-passed-success?style=plastic&labelColor=blueviolet)]()
1+
<img src="lib-banner.jpg" alt="Library banner">
2+
3+
[![license](http://img.shields.io/github/license/schmouk/cpprandlib.svg?style=plastic&labelColor=blueviolet&color=lightblue)](https://github.com/schmouk/cpprandlib/license) [![Latest release](http://img.shields.io/github/release/schmouk/cpprandlib.svg?style=plastic&labelColor=blueviolet&color=success)](https://github.com/schmouk/cpprandlib/releases) [![code_coverage](https://img.shields.io/badge/code_coverage-100%25-success?style=plastic&labelColor=blueviolet)]() [![tests](https://img.shields.io/badge/tests-passed-success?style=plastic&labelColor=blueviolet)]()
24
Many best in class pseudo random generators grouped into one simple library - c++11 and c++20 versions.
35

46
This is a c++ counterpart of library PyRandLib (Python).
@@ -1223,10 +1225,10 @@ DOI: https://doi.org/10.1145/3159444, https://doi.org/10.48550/arXiv.1505.06582
12231225

12241226

12251227
**[12]** Marsaglia, G. 1972.
1226-
*The structure of linear congruential sequences.*
1228+
"*The structure of linear congruential sequences.*"
12271229
In Applications of Number Theory to Numerical Analysis, S. K. Zaremba, Ed. Academic Press, 249–285.
12281230

12291231

12301232
**[13]** Brown, F. B. and Nagaya, Y. 2002.
1231-
*The MCNP5 random number generator.*
1233+
"*The MCNP5 random number generator.*"
12321234
Tech. rep. LA-UR-02-3782, Los Alamos National Laboratory

0 commit comments

Comments
 (0)