oop-python icon indicating copy to clipboard operation
oop-python copied to clipboard

a more intuitive randint

Open iameo opened this issue 3 years ago • 0 comments

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.

iameo avatar Mar 23 '22 05:03 iameo