| Author |
Comment/Response |
dave
|
01/17/04 12:30pm
how do u get a function to repeat itself to give a no. of different answers.
lets say i have:
h = FoldList[Plus, 0, Table[2Random[Integer, {0, 1}] - 1, {9}]]
to get:
{0, -1, -2, -1, -2, -1, -2, -3, -4, -5}, but i want many such different sets from the same function.
URL: , |
|