Use SeedSequence
in RandomStream
#936
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
important
random variables
Involves random variables and/or sampling
Numpy docs advise using SeedSequence for spawning independent
bit_generators
: https://numpy.org/doc/stable/reference/random/parallel.htmlTheir method should be quite more robust to collisions than our naive
random.integers(2**30)
strategy.aesara/aesara/tensor/random/utils.py
Line 253 in c19ac79
The text was updated successfully, but these errors were encountered: