qsprpred.utils.interfaces package
Submodules
qsprpred.utils.interfaces.randomized module
- class qsprpred.utils.interfaces.randomized.Randomized(seed: int | None = None)[source]
Bases:
object
An object with one or more pseudorandom actions that can be fixed with a seed.
- Variables:
seed (int | None) – The seed to use to randomize the action. If
None
, a random seed is used instead of a fixed one (default:None
).
Create a new randomized action.