Java Random getRandomObject()

Here you can find the source of getRandomObject()

Description

get Random Object

License

Open Source License

Declaration

public static Random getRandomObject() 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

import java.util.*;

public class Main {
    private static Random rand;

    public static Random getRandomObject() {
        return rand;
    }//from w  w  w  .j  a v a 2s .  c  o m
}

Related

  1. getRandomDigits(Random r, int l, int radix)
  2. getRandomElement(T[] items)
  3. getRandomFileName()
  4. getRandomFloat()
  5. getRandomFloatArray()
  6. getRandomPort(int low, int high)
  7. getRandomRequestId(Integer serviceId)
  8. getRandomServices(int maxSize)
  9. getRandomUUID()