random method

Vector random()

Implementation

Vector random() {
  throw('Not implimented in Vector type yet');
}