Skip to content

a more intuitive randint #5

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

a more intuitive randint #5

wants to merge 1 commit into from

Conversation

iameo
Copy link

@iameo iameo commented Mar 23, 2022

Awesome project! (the little change contributed here is for a more efficient randint for this use-case: "Class(random.SystemRandom()) that uses the os.urandom() function for generating random numbers from sources provided by the operating system. Does not rely on software state, and sequences are not reproducible.")

Python's random.SystemRandom

Modified:
I just realized a couple of your projects are for live lessons, apologies for butting in.

Awesome project! (the little change contributed here is for a more efficient randint for this use-case: "Class(random.SystemRandom()) that uses the os.urandom() function for generating random numbers from sources provided by the operating system. Does not rely on software state, and sequences are not reproducible."

[random.SystemRandom](https://docs.python.org/3/library/random.html#random.SystemRandom)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant