Re: Macro function for random seed?
Posted by Gabriel Landini on Jan 21, 2010; 2:29pm
URL: http://imagej.273.s1.nabble.com/Copying-files-with-a-Macro-tp3689619p3689624.html
On Thursday 21 Jan 2010 14:26:47 you wrote:
> sorry, no way to have a seed for the random number in a macro with
> the current ImageJ version.
>
> You could consider writing a short plugin that is evoked via 'call':
> Roughly like this (I have not tried it)
I am curious, would the above work for subsequent independent calls of the
plugin from the macro?
I mean for how long would the seed remain valid?
Cheers
G.