Drupal 8: How to Get UUID

Call the following static method\Drupal::service('uuid')->generate()

$uuid = \Drupal::service('uuid')->generate();