NAME
random – print truly random probability or string

SYNOPSIS
random [ –s chars ]

DESCRIPTION
Random normally prints a truly random number between 0 and 1. Given –s, it instead prints a base–64–encoded truly random string of chars characters.

SOURCE
/sys/src/cmd/random.c

SEE ALSO
rand(2), /dev/random in cons(3)
Copyright © 2024 Plan 9 Foundation. All rights reserved.