File manager - Edit - /var/www/payraty/helpdesk/common/resources/client/utils/string/random-string.ts
Back
export function randomString(length: number = 36) { let random = ''; const possible = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; for (let i = 0; i < length; i += 1) { random += possible.charAt(Math.floor(Math.random() * possible.length)); } return random; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings