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