Package jadex.ipc
Interface IEntropySource
public interface IEntropySource
Entropy source for seeding PRNGs.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getEntropy
(byte[] bytes) Gets entropy from the source to fill the byte array.
-
Method Details
-
getEntropy
void getEntropy(byte[] bytes) Gets entropy from the source to fill the byte array.- Parameters:
bytes
- The byte array to fill.
-