String [] color ={"RED","GREEN","BLUE","ORANGE","YELLOW","PURPLE","BLACK","WHITE","GRAY"};
   randomValue = random.nextInt(9);
   colorText.setText(color[randomValue].toString());


입니다. 이미불러왔던 랜덤값은 안가져오고싶은데.... .. 팁좀가르켜주세용^^