This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Split of tr1and std random and completion of latter.


Greetings,

This is the split of the tr1 and the std random facility. I went on ahead and completed the new engine adaptors, distributions and the utilities in std random. This should be up to n2798 more or less.

I had real difficulty with the patch generation. Probably user error. ;-)

After applying the patch do these:

svn add include/bits/random.*

svn add testsuite/26_numerics/random

 svn mv include/tr1_impl/random \
        include/tr1/random.h

 svn mv include/tr1_impl/random.tcc \
        include/tr1/random.tcc

Ed Smith-Rowland


Attachment: CL_random
Description: Binary data

Attachment: random.diff.bz2
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]