# Guid

Class · category: Internal

Source: https://github.com/playcanvas/editor-api/blob/4303c34bcee9a418297350899ad3a3f555526ec4/src/guid.ts#L7

Basically a very large random number (128-bit) which means the
probability of creating two that clash is vanishingly small.

## Methods

### create

```ts
static create(): string
```

Create an RFC4122 version 4 compliant GUID.

**Returns** `string`: A new GUID.
