]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/cone/nonnegative_orthant.py
mjo/**/*.py: drop obsolete set_random_seed().
[sage.d.git] / mjo / cone / nonnegative_orthant.py
index 8c6f5b5686e234ad8a549fbac98f11a8c80ddb22..2bd1b3c85583370a7988ad66731ac5b2693e7173 100644 (file)
@@ -48,7 +48,6 @@ def nonnegative_orthant(n, lattice=None):
 
     The nonnegative orthant is a proper cone::
 
-        sage: set_random_seed()
         sage: n = ZZ.random_element(10)
         sage: K = nonnegative_orthant(n)
         sage: K.is_proper()