Method nextBytes(byte[] bytes)
Return type: void
Member of: java.util.Random
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 rng.nextBytes(bytes);
2 rand.nextBytes(data);
3 nextBytes(tmp);
4 SSLConstants.RNG.nextBytes(ba);
5 _random.nextBytes(data);
6 _random.nextBytes(data);
7 _rand.nextBytes(data);
8 random.nextBytes(junk);
9 getRandom().nextBytes(bytes);
10 ran.nextBytes(randomBytes);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.