refacto random seed
cyrilou242 opened this issue · comments
Cyril de Catheu commented
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