сontinuously_uid_generator class

The continuously_uid_generator class implements a unique ID generator (UID). The ID is displayed as a string divided into groups by means of dashes and is a 128-bit number. IDs are generated sequentially in increments of 1.

You can use the continuously_uid_generator class to debug your platform and execute the neural network.

Page top