api documentation for shortid (v2.2.8)

Amazingly short non-sequential url-friendly unique id generator.

table of contents

  1. module shortid
    1. function shortid ()
    2. function shortid.characters (newCharacters)
    3. function shortid.decode (id)
    4. function shortid.generate ()
    5. function shortid.isValid (id)
    6. function shortid.seed (seedValue)
    7. function shortid.worker (workerId)
    8. object shortid.alphabet
    9. object shortid.random_from_seed
  2. module shortid.alphabet
    1. function shortid.alphabet.characters (_alphabet_)
    2. function shortid.alphabet.lookup (index)
    3. function shortid.alphabet.seed (seed)
    4. function shortid.alphabet.shuffled ()
  3. module shortid.generate
    1. function shortid.generate ()
    2. function shortid.generate.characters (newCharacters)
    3. function shortid.generate.decode (id)
    4. function shortid.generate.isValid (id)
    5. function shortid.generate.seed (seedValue)
    6. function shortid.generate.worker (workerId)
  4. module shortid.random_from_seed
    1. function shortid.random_from_seed.nextValue ()
    2. function shortid.random_from_seed.seed (_seed_)

module shortid

function shortid ()

function shortid.characters (newCharacters)

function shortid.decode (id)

function shortid.generate ()

function shortid.isValid (id)

function shortid.seed (seedValue)

function shortid.worker (workerId)

module shortid.alphabet

function shortid.alphabet.characters (_alphabet_)

function shortid.alphabet.lookup (index)

function shortid.alphabet.seed (seed)

function shortid.alphabet.shuffled ()

module shortid.generate

function shortid.generate ()

function shortid.generate.characters (newCharacters)

function shortid.generate.decode (id)

function shortid.generate.isValid (id)

function shortid.generate.seed (seedValue)

function shortid.generate.worker (workerId)

module shortid.random_from_seed

function shortid.random_from_seed.nextValue ()

function shortid.random_from_seed.seed (_seed_)

[ this document was created with utility2 ]