mirror of
https://github.com/danbulant/jose
synced 2026-05-21 13:28:45 +00:00
19 lines
329 B
Markdown
19 lines
329 B
Markdown
# Function: random
|
|
|
|
[util/random](../modules/util_random.md).random
|
|
|
|
▸ `Const` **random**(`array`): `Uint8Array`
|
|
|
|
#### Parameters
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `array` | `Uint8Array` |
|
|
|
|
#### Returns
|
|
|
|
`Uint8Array`
|
|
|
|
#### Defined in
|
|
|
|
[util/random.ts:7](https://github.com/panva/jose/blob/v3.14.0/src/util/random.ts#L7)
|