Module rand

Source

Functions§

generate_cand_id
https://tools.ietf.org/html/rfc5245#section-15.1 candidate-id = “candidate” “:” foundation foundation = 1*32ice-char ice-char = ALPHA / DIGIT / “+” / “/”
generate_crypto_random_string
generate_pwd
Generates ICE pwd. This internally uses generate_crypto_random_string.
generate_ufrag
ICE user fragment. This internally uses generate_crypto_random_string.