Random Frames from Read node
If you want to generate random frames from your current read node :
Pace a FrameHold node below your read node
Then goto first frame:- edit expression and place this code
int( random(frame) * (last_frame-first_frame+1) + first_frame ) )