On Sep 24, 11:20 pm, Peter Jeremy <peterjer...@acm.org> wrote: > a general "portability" library that contains implementations of > [...] a common random() for cases > where tests rely on fixed pseudo-random sequences.
No, don't! If you need pseudo-random numbers, by all means use gsl. It comes with a nice selection of good rngs and bad rngs (like the glibc one) in a unified interface, and you can rely on it across platforms. If, on the other hand, you don't need random numbers (and polyhedral computations certainly do not) then please, please, don't use a rng. Volker -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org