Hello, forgive me the slight OT into python, but this is one of the few lists I follow, so...
In python (I'd like to know it in python, not sage), how can I get an ordered array of n random values, all in the interval (a,b), such that any two consecutives differ more than h? Of course first thing would be checking that b - a > n*h I tried a recursive function but got stuck... many thanks renato -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
