public class CMWC4096 extends Random
Constructor and Description |
---|
CMWC4096()
Creates a new PRNG with a random seed
|
CMWC4096(long seed)
Creates a new PRNG
|
Modifier and Type | Method and Description |
---|---|
protected int |
next(int bits) |
void |
setSeed(long seed) |
public CMWC4096()
public CMWC4096(long seed)
seed
- the seed that controls the initial state of the PRNGsetSeed(long)
Copyright © 2017. All rights reserved.