Skip to content

module utils.shortuuid

Global Variables

  • ALPHABET

function random

random(length)

Generate a cryptographically-secure short random string of the specified length.


function int_to_string

int_to_string(number, alphabet, padding=None)

Convert a number to a string, using the given alphabet.

The output has the most significant digit first.


This file was automatically generated via lazydocs.