Opened 15 years ago

Last modified 12 years ago

#1702 new Patches

serialization for Mersenne twister

Reported by: Pavel Vozenilek Owned by: No-Maintainer
Milestone: Boost 1.36.0 Component: random
Version: Boost 1.34.1 Severity: Not Applicable
Keywords: Cc:

Description

Based on email by Neal Becker from 2007-12-17, quoting:

This is an improved patch for mt serialization, using the serialization collection stuff

Attachments (1)

boost.twister.patch (951 bytes ) - added by Pavel Vozenilek 15 years ago.
diff adding serialization for Mersenne twister

Download all attachments as: .zip

Change History (2)

by Pavel Vozenilek, 15 years ago

Attachment: boost.twister.patch added

diff adding serialization for Mersenne twister

comment:1 by Steven Watanabe, 12 years ago

If serialization is provided for mersenne_twister, it should also be provided for the rest of the Random library. I'm a bit concerned that this implementation causes the serialization format to depend on the details of the representation, however. I'd be happier if the format was just the sequence of numbers specified for streaming in the standard.

Note: See TracTickets for help on using tickets.