print the rng random state in a separate binary file during checkpointing
Fix bug where the random state of the rng was printing to disk in an ascii instead of binary file. This merge request does not fix the seg faults in the glitch model under resuming, which are still under investigation.