FabrizioSandri / RcppDeepState

RcppDeepState, a simple way to fuzz test code in Rcpp packages
https://fabriziosandri.github.io/gsoc-2022-blog/
6 stars 5 forks source link

Added support for char #29

Closed jbez27 closed 1 year ago

jbez27 commented 1 year ago

Added support for char data type: added function that generates random characters

FabrizioSandri commented 1 year ago

Great @jbez27!Thank you for including support for this new datatype. Once CI tests passes I will merge this pull request.