> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xray.cool/llms.txt
> Use this file to discover all available pages before exploring further.

# randomLowercase

> `randomLowercase`函数主要是用来生成指定长度的小写字母组成的随机字符串

## 函数原型

`func randomLowercase(n length) string`

### 参数介绍

| 参数名称 | 参数介绍         |
| ---- | ------------ |
| n    | 指定生成随机字符串的长度 |

## 举例

| 语句                   | 结果         |
| -------------------- | ---------- |
| `randomLowercase(8)` | `veruskuk` |
