Adafruit Trinket Random Number

Not familiar with what kind of chip you're working with, but do you have different kinds of memory?

I know I had to massage my code to fit FastLed onto an ATTiny85 by moving some global variables/declarations (like CRGB leds[12]; ) into setup/loop.