Interface IEntropySource


  • public interface IEntropySource
    Entropy source for seeding PRNGs.
    • Method Detail

      • getEntropy

        void getEntropy​(byte[] bytes)
        Gets entropy from the source to fill the byte array.
        Parameters:
        bytes - The byte array to fill.