j
k
j a
j l
Consider the following:
from numpy.random import default_rng rs = default_rng()
Now how do I re-seed the generator? I thought perhaps rs.bit_generator.seed(), but there is no such attribute.
Thanks, Neal
Attachments:
Back to the thread
Back to the list