Interface RandomCreator

    • Method Detail

      • nextRandom

        byte[] nextRandom​(int bytes)
        Parameters:
        bytes - the requested number of random bytes.
        Returns:
        the byte array with the given number of random bytes.
        See Also:
        SecureRandom.nextBytes(byte[])