Hi,

On Tue, Jun 05, 2018 at 10:31:38AM -0700, Samuel Lelievre wrote:
> How about adding an optional argument "distribution"
> defaulting to None, and for polynomials having say,
> if distribution == 'for_testing', then,
> 
> - with probability 1/4,
>   select at random among R.some_elements()
> - with probability 1/4,
>   return random polynomial of density 1
> - with probability 1/4,
>   return random polynomial of density 1/2
> - with probability 1/4,
>   return random polynomial of <= 3 monomials

This will make the code of random_element overloaded hence less readable.
If those four tests are interesting, we should just add them to the TEST
section.

Ciao,
Thierry


> -- 
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to