UniqueIdGenerator#

class pyopenms.UniqueIdGenerator#

Bases: object

Cython implementation of _UniqueIdGenerator

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1UniqueIdGenerator.html

__init__()#

Methods

__init__()

getSeed

Cython signature: uint64_t getSeed()

getUniqueId

Cython signature: uint64_t getUniqueId()

setSeed

Cython signature: void setSeed(uint64_t)

getSeed()#

Cython signature: uint64_t getSeed()

getUniqueId()#

Cython signature: uint64_t getUniqueId()

setSeed()#

Cython signature: void setSeed(uint64_t)