-
-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sage.misc.prandom misses several functions added in Python 3 #32439
Labels
Comments
comment:3
|
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch: u/gh-Sandstorm831/32439 |
New commits:
I have added the functions along the examples, I wanted to know that do we have to write the complete Random class and SystemRandom class? Also getter, setter and seed have to be added in the both classes or seperately ? |
Removed branch from the issue description because it has been replaced by PR #34973 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to https://docs.python.org/3/library/random.html, we are missing the following random generators
As well as the classes to get generators without shared states
And the getter/setter
CC: @videlec
Component: misc
Issue created by migration from https://trac.sagemath.org/ticket/32439
The text was updated successfully, but these errors were encountered: