element static method

String element()

Implementation

static String element() {
  return _elements[_random.nextInt(_elements.length)];
}