|
|
|
|
|
by Mehdi2277
1630 days ago
|
|
I normally care about reproducible rng results and do try to seed all rngs used. There are lots of applications where randomness is used but you still want repeatable behavior. ML experiments is one situation where randomness is common, but is also intended to be repeatable. I think python standard library/several of data science library rngs are platform independent. |
|