Module random

Search:
Group by:

Procs

proc urandom*(len: int): string
Generate secure random string of length len.   Source Edit
proc hexUrandom*(len: int): string
Generate secure hex random string of length 2*len.   Source Edit