public class RandomAlgorithms extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RandomAlgorithms.Selector
Iteratively pick random numbers from pool 0..n-1.
|
Constructor and Description |
---|
RandomAlgorithms() |
public static int[] select(int m, int n, Random rand)
Copyright © 2013 Apache Software Foundation. All rights reserved.