public class TorRandom extends Object
| Constructor and Description |
|---|
TorRandom() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes(int n) |
int |
nextInt() |
int |
nextInt(int n) |
long |
nextLong()
Return a uniformly distributed positive random value between 0 and Long.MAX_VALUE
|
long |
nextLong(long n) |
public byte[] getBytes(int n)
public long nextLong(long n)
public int nextInt(int n)
public int nextInt()
public long nextLong()
Copyright © 2015. All rights reserved.