View Single Post
  #1   Report Post  
RandomProblems
 
Posts: n/a
Default How do I add the sum of a series numbers generated by Rnd gen?

I need to create the sum of 2,500,000 iterations generated by the Rnd
generator function. I cannot create y=X(1)+X(2)+......X(n) where y is the
sum and x (the first iteration, x(2) the second and so on.