sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.43k stars 479 forks source link

RBF.random_element #20071

Open dkrenn opened 8 years ago

dkrenn commented 8 years ago

At the moment

sage: RBF.random_element()

seems to return only integers (with correct parent RBF). Since a typical element of RBF is not an integer, this should be changed. (The new distribution would then maybe also coincide with RIF)

Component: numerical

Keywords: arb

Issue created by migration from https://trac.sagemath.org/ticket/20071

dkrenn commented 8 years ago

Changed keywords from none to arb