Skip to main content

Random.uuid

Random.uuid

Group: Random

Documentation

Return a new UUID.

Examples

Generate a uuid.

      import Standard.Base.Random.Random

uuid = Random.uuid

Remarks

Random Seed

uuid does not use the underlying java.util.Random instance, and is therefore not affected by set_seed.