Hi Dario,

On 5/6/21, Dario Sanfilippo <sanfilippo.da...@gmail.com> wrote:
> Even if calling an external random function, don't you always have the
> problem of calling it with a different seed each time to get a different
> stream at each run?

No, this isn't a problem - I have working code which gives different
random values in faust each time it's run. Its limitation is that it
only works on targets with an FFI, but this isn't a problem. It uses a
c++ random generator; I suppose that under the hood this probably uses
something like time(), as you suggest.

I will post my code to the list later today, after work - it's only a few lines.

Stéphane,

On 5/6/21, Stéphane Letz <l...@grame.fr> wrote:
> Adding a new random generator primitive is something we have in mind, but
> not done yet.

This would be very cool.

Thanks,
James


_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to