
22 Jun
2011
22 Jun
'11
3:38 p.m.
AMDG On 06/22/2011 07:51 AM, Szymon Gatner wrote:
My original question comes from Random library but I guess it is not strictly Random-related.
I would like to save a state of pseudo-random number generator and then restore it on different machine with potentially different locale. Random docs say tho:
"The state shall be written in a platform-independent manner, but it is assumed that the locales used for writing and reading be the same."
How do I assure same locale on all machines / platforms? Or more directly: how do I assure portable save/restore.
I would probably imbue the stream with std::locale::classic(). In Christ, Steven Watanabe