mrc-ide / vivax

Individual-based model for P. vivax malaria transmission
MIT License
2 stars 1 forks source link

Use RCpp random number generators #2

Closed giovannic closed 4 years ago

giovannic commented 4 years ago

The model uses c++ RNGs, which can cause issues down the line when trying to integrate into R (settting random number seeds etc)

To make this feature useful, you would also have to parameterise the seed for the model simulation.

Original comment

giovannic commented 4 years ago

When this is done, please make travis CI fail on warnings