class documentation

class RunIdRandom: (source)

Constructor: RunIdRandom()

View In Hierarchy

Random uuid generator seeded by the run id of the workflow. Doesn't currently support replay over reset correctly.

Method __init__ Create a new random UUID generator.
Method uuid4 Generate a random UUID.
Instance Variable _random Undocumented
def __init__(self): (source)

Create a new random UUID generator.

def uuid4(self) -> str: (source)

Generate a random UUID.

Undocumented