How to keep random values during animation?
I would like to create an animation with Mathcad 15 which utilizes random numbers. As the sheet is recalculated for every animation step I have to find a means to keep some values randomly generated in on step of the animation to be used in the next one.
I have found two ways to accomplish that which both have their disadvantges and therefore would like to know if anybody can think of a third way.
(1) I could use Seed(..) to generate the same set of random numbers for each step
(2) I could write the values to keep in a file and read them in for each animation step
As the values are large matrices which take some time to calculate I would prefer those values to be kept in the sheet / in memory without the need to regenerate all of them (1) or to work with file I/O (2).
The only additional method I could think of is using scripted components in some way, but I'm not versed well enough to do so.
Any ideas welcome.
Werner

