## getRandomString() function

Returns a cryptographically secure random string.

**Signature:**

```typescript
export declare function getRandomString(): string;
```

**Returns:**

string

A cryptographically secure random string.

- [getRandomString() function](/content/docs/sdk/core.getrandomstring#getrandomstring-function/index.html)
