lemire / fastrand

Fast random number generation in an interval in Python: Up to 10x faster than random.randint.
Apache License 2.0
88 stars 13 forks source link

Is it possible to have a seed? #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

it seems that the numbers that are generated are the same every time a program is run.

ghost commented 6 years ago

By seed i mean a user-defined random number to generate new random numbers from. I don't know if that's possible or not.

lemire commented 6 years ago

Yes, fixed.