mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
15 lines
331 B
Markdown
15 lines
331 B
Markdown
# Function: random
|
|
|
|
[util/random](../modules/util_random.md).random
|
|
|
|
▸ `Const`**random**(`array`: *Uint8Array*): *Uint8Array*
|
|
|
|
#### Parameters:
|
|
|
|
Name | Type |
|
|
:------ | :------ |
|
|
`array` | *Uint8Array* |
|
|
|
|
**Returns:** *Uint8Array*
|
|
|
|
Defined in: [util/random.ts:7](https://github.com/panva/jose/blob/v3.11.2/src/util/random.ts#L7)
|