UniqueIdGenerator

class pyopenms.UniqueIdGenerator

Bases: object

Cython implementation of _UniqueIdGenerator

Original C++ documentation is available here

__init__()

Methods

__init__()

getSeed(self)

getUniqueId(self)

setSeed(self, in_0)

getSeed(self) int
getUniqueId(self) int
setSeed(self, in_0: int) None