Class LogicalTypeCode

    • Method Detail

      • getRandom

        protected java.security.SecureRandom getRandom()
      • initialize

        public boolean initialize​(AnalysisConfig analysisConfig)
                           throws FTAPluginException
        Description copied from class: LogicalType
        Called to perform any initialization.
        Overrides:
        initialize in class LogicalType
        Parameters:
        analysisConfig - The Analysis configuration used for this analysis
        Returns:
        True if initialization was successful.
        Throws:
        FTAPluginException - Thrown when the plugin is incorrectly configured.
      • seed

        public void seed​(byte[] seed)
        Description copied from interface: LTRandom
        Seed the secure random number generator used to create examples.
        Parameters:
        seed - The Byte array used to seed the random number geerator.