Skip to content

Commit

Permalink
adding vingette
Browse files Browse the repository at this point in the history
  • Loading branch information
benyamindsmith committed Oct 28, 2024
1 parent 19fd429 commit fb96b1e
Show file tree
Hide file tree
Showing 25 changed files with 491 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
.Ruserdata
inst/doc
4 changes: 4 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ LazyData: true
LinkingTo: Rcpp
Imports: Rcpp
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ The following is a list of supported random number generators in this package.

- [ ] Squares RNG [NOT STARTED]

- [ ] L'Ecuyer-CMRG [NOT STARTED]

- [ ] Marsaglia-Multicarry [NOT STARTED]

- [ ] Knuth-TAOCP-2002 [NOT STARTED]

- [ ] Knuth-TAOCP [NOT STARTED


## Contributing

Since this project is very much in its infancy, there is alot of opportunity to contribute! Some areas include
Expand All @@ -99,6 +108,8 @@ After building out a significant amount of random number generators and doing th

## Similar Packages and Inspiration

- [The `PRNG` R package](https://cran.r-project.org/web/packages/PRNG/PRNG.pdf)

- [The `random` C++ library](https://en.cppreference.com/w/cpp/numeric/random)

- [PyRandLib](https://github.com/schmouk/PyRandLib)
Expand Down
12 changes: 12 additions & 0 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 77 additions & 0 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

164 changes: 164 additions & 0 deletions docs/articles/understanding-prngs.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pandoc: 3.1.11
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2024-10-23T04:31Z
articles:
understanding-prngs: understanding-prngs.html
last_built: 2024-10-28T03:55Z

10 changes: 10 additions & 0 deletions docs/reference/blumb_blumb_shub.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions docs/reference/cmwc.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fb96b1e

Please sign in to comment.