Random Numbers In Tables?

MetzoPainoMetzoPaino Member Posts: 195
edited January 2012 in Working with GS (Mac)
In my app I've got a lot of actors who need to spawn at random times, is it possible to have them use random values from a table? Or can a table only have one value in each cell? Using random in the timer to choose from a bunch of cells probably is no more efficient than just having "random 5,10" in the first place, but perhaps "timer table x, row 1, column 1", is.

Comments

  • POMPOM Member Posts: 2,599
    If you looking for efficiency for random , using the "random" expression is your best choice . (in terms of CPU cycles)

    Roy.
  • MetzoPainoMetzoPaino Member Posts: 195
    Ok, thanks for clearing that up.
Sign In or Register to comment.