I'm sorry if this is painfully obvious and im just not seeing it or

I’m sorry if this is painfully obvious and im just not seeing it or that its a newb question, but how does one call a random led from a array?

err… that was wrong. Hang on.

Use random8(NUM_LEDS)

Mark uses it in this example here: https://gist.github.com/kriegsman/bcafe0737c1803bd2c2e

And if you have more then 256 LEDs, then use random16(NUM_LEDS)

Thanks, all. Exactly right!

Thank you all for the help!!!