cyrilou242 / mockseries

Easy and intuitive generation of synthetic timeseries for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refacto random seed

cyrilou242 opened this issue · comments

as of today,
the seed check is run in the _sample_at function of classes with randomness (noises).

somehow implement this in a higher class (smthing like RandomSignal ?), and use a template pattern or a decorator pattern

ie: seeding is managed once a class has been decorated or extends a specific class