At the moment hctsa uses the system rng without controlling seeds, thus making impossible to control the output of stochastic operators. Ben would take care of this at some point in matlab land.
In in python land we will need to generate the bindings to stochastic operators to accept a rng seed and write a common unit test to catch non-determinism. @benfulcher can I assume that all the stochastic features are tagged as "stochastic"?