Java Random randomNanoTime()

Here you can find the source of randomNanoTime()

Description

random Nano Time

License

Apache License

Declaration

public static long randomNanoTime() 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {
    /**/*from   w w  w. j  av  a2s.c o m*/
     *
     * @return
     */
    public static long randomNanoTime() {
        long nano = System.nanoTime();
        return nano;
    }
}

Related

  1. randomKey()
  2. randomKey()
  3. randomLetter()
  4. randomList(Collection collection)
  5. randomMember(Collection collection)
  6. randomNick()
  7. randomPassword()
  8. randomPermutation(int size)
  9. randomPermutations(int[] tab, Random r)