Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
model: Move random seed and random to __init__
Given that `super().__init__()` is now necessary for user's model class `__init__()`, this simplifies the `Model` construct. And `model.random` can be initialized with other RNG objects (`np.random.default_rng(...)`, or any other RNG). Prior discussion #1938 Please enter the commit message for your changes. Lines starting
- Loading branch information