Michael Yagi
Michael Yagi
> Hey. Sorry for the late review. > > Would you mind giving some more background on what you're trying to do with the cache module here? If all you...
> ... but if you just need 10 random numbers that are static over a time period, you can do the seeding I suggested above, and then just call `random.number()`...
> However, if you need different time windows per bucket, then you're out of luck. Can't immediately think of a way of doing that with the random module. Caching might...