UniqueIdGenerator.generate# UniqueIdGenerator.generate(generator)[source]# Generate data using the specifications defined in the attributes. Parameters: generator (Generator) – The generator is not used and only exists to conform to the method signature of the base class. Returns: Generated data. Return type: pd.Series