Class LogicalTypeCode

    • Field Detail

      • random

        protected java.security.SecureRandom random
    • Method Detail

      • initialize

        public boolean initialize​(Locale locale)
                           throws FTAPluginException
        Description copied from class: LogicalType
        Called to perform any initialization.
        Overrides:
        initialize in class LogicalType
        Parameters:
        locale - The locale 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.