@InterfaceAudience.Private public class Random64 extends Object
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Random64 is a pseudorandom algorithm(LCG).
|
void |
nextBytes(byte[] bytes) |
long |
nextLong() |
public long nextLong()
public void nextBytes(byte[] bytes)
public static void main(String[] args)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.