[PATCH] libstdc++: add uniform on sphere distribution

Ulrich Drepper drepper@gmail.com
Sun Jul 13 14:12:00 GMT 2014


On Sun, Jul 13, 2014 at 9:55 AM, Ed Smith-Rowland <3dw4rd@verizon.net> wrote:
> So I would just serialize _M_n here.

It has fixed parameters. This would mean unnecessary work.  When you
try to use the parameter of the sphere distribution the normal
distribution will be reset.  So there really is no need here.

The only problem would be if code couldn't handle the operators not
writing/reading anything  But I haven't seen anything like that.



More information about the Gcc-patches mailing list