Interface OperatorUsingSecureRandom<T>

    • Method Detail

      • withSecureRandom

        T withSecureRandom​(java.security.SecureRandom random)
        Create a version of T using the SecureRandom random.
        Parameters:
        random - the SecureRandom to use.
        Returns:
        a new version of T using random.