id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
12507	Mark random symbolic expression doctests with #random	benjaminfjones	burcin	"Three doctests in `sage/symbolic/random_tests.py` change expected value whenever a new symbolic function is added to Sage. In particular,

{{{
sage: [f for (one,f,arity) in _mk_full_functions()]
}}}

{{{
sage: random_expr(50, nvars=3, coeff_generator=CDF.random_element)
}}}

{{{
sage: random_expr(5, verbose=True)
}}}

This makes adding symbolic functions to the Sage library somewhat painful, especially if more than one such patch is contributed per Sage release.

The patch provided marks the three particular random tests using `#random` so that the doctest framework ignores the output from such tests.

'''Apply''': [attachment:trac_12507_v2.patch]."	task	closed	minor	sage-5.0	symbolics	fixed	random, symbolic, doctest	burcin		N/A	Burcin Erocal	Benjamin Jones	sage-5.0.beta5		
