Is it possible to set up an internal random module selection algorithm in Python to change the default selection and select randint from normal to some other distribution package during program execution (for example, to tinker with a seed or state), but then just use the randint and selection functions?
For example, I would like some left distorted samples.
If so, could you advise how to do this.
Edmon source
share