randomUintString()
function randomUintString(length?): string;
Defined in: random/randomUintString.ts:9
生成指定长度的数字字符串,非空结果的第一位不为 0。
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
length | number | 16 | 结果长度 |
Returns
string
随机数字字符串
function randomUintString(length?): string;
Defined in: random/randomUintString.ts:9
生成指定长度的数字字符串,非空结果的第一位不为 0。
| Parameter | Type | Default value | Description |
|---|---|---|---|
length | number | 16 | 结果长度 |
string
随机数字字符串