Was working on some code that required the random shuffling of the order of a list and noticed that there was both a random() function implemented in the sage library and a random module in the python standard library. Importing the latter seems to overwrite the former and I was wondering if that was done deliberately.
-- D. M. Monarres <[email protected]> -- 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
