pub fn int_vector_rand(
push_state: &mut PushState,
_instruction_cache: &InstructionCache,
)Expand description
INTVECTOR.RAND: Pushes a newly generated random INTVECTOR. The size, min and max values taken from the INTEGER stack in that order. If the size is <0 or max < min this act as a NOOP.