Produce random numbers
Hi,
I was wondering if there is anyway to have random number generator?
Thanks
Tagged:
1
Answers
-
Hi Lauren,
I don't think it is possible to build this easy way as Anaplan does not have formula to randomly pick up a number and all new inputs are calculated as soon as new cell value is saved.
What you can do is sort of illusion of randomness. It can be achieved by e.g. creating couple of inputs items which are run through couple of conditional formulas, modulus function etc. basing on what your input values are.
But as metioned it won't be real random.
Regards,
Lukasz
0 -
Is there an example of how this has been done?
0 -
In case you are still interested in this, I was looking into standard random number generation methods (
) and realized the most common type could be built in Anaplan quite easily - it requires a "seed" value and the time dimension, but was not hard at all to build! I wrote a brief explanation here:0