Class RandomSamplesEx1

java.lang.Object
com.imsl.test.example.stat.RandomSamplesEx1

public class RandomSamplesEx1 extends Object

Generates a pseudorandom permutation.

In this example, the getPermutations() method is used to produce a pseudorandom permutation of the integers from 1 to 10.

See Also:
  • Constructor Details

    • RandomSamplesEx1

      public RandomSamplesEx1()
  • Method Details

    • main

      public static void main(String[] args)