From 9d9e1714e42579f0d18d6ea6dc544b568c4556a5 Mon Sep 17 00:00:00 2001 From: Benjamin Smith <46410142+benyamindsmith@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:56:54 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e0b036..39d71c8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is some text ---> A opinionated R library of pseudo-random number generators written in C++. -This package aims to be comprehensive with having all popular and emerging random number generators. This package can be used for research and to explore the properties of random number generators as well. +This package aims to be comprehensive with having all popular and emerging random number generators. This package can be used for research and for exploring the properties of random number generators as well. ## Installing this Package From 54c87640cda3237d82000c2b80d933e2108dbd82 Mon Sep 17 00:00:00 2001 From: Benjamin Smith <46410142+benyamindsmith@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:43:39 -0400 Subject: [PATCH 2/2] Update README.md adding image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39d71c8..c93f799 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A opinionated R library of pseudo-random number generators written in C++. This package aims to be comprehensive with having all popular and emerging random number generators. This package can be used for research and for exploring the properties of random number generators as well. +![image](https://github.com/user-attachments/assets/24323dfd-ed8b-4120-ab3d-605864d42cc1) + ## Installing this Package ```r