avramidis / sodecl

SODECL is a library of ordinary differential equation (ODE) and stochastic differential equation (SDE) solvers in OpenCL.
Other
10 stars 3 forks source link

Store the random generator seeds in the case of SDE systems #4

Open avramidis opened 6 years ago

avramidis commented 6 years ago

Is your feature request related to a problem? Please describe. In the case of integrating an SDE system the seed given to the random number generator need to be stored if the user needs to rerun the integration and get the same results.

Describe the solution you'd like Store the seeds for each SDE system parameter values.

Describe alternatives you've considered The seeds can be stored in a file or in an array.