Obtain Random.self_init seed
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <CAKS5mhRLOtFeVm99m8wdjS8OTqy_kdWW=z2B8qoF5KfWcApTWQ@mail.gmail.com> |
Hi I am launching many executions of a program and I use self_init. Some execution trigger an error. I would to be able to reliably extract the seed that generate the error in order to reproduce the output and identify the problem. Is there something available to extract the seed generated by self_init ? Regards. Johan