random method

void random()

Implementation

void random(){
  _value = Random().nextInt(len);
}