Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH 1/1] zsh/random module



Clinton Bunch wrote:
> +startitem()
> +vindex(SRANDOM)
> +item(tt(SRANDOM)) (
> +A random positive 32-bit integer between 0 and 4,294,967,295.  This parameter
> +is read-only.
> +)

It'd be useful to spell-out exactly what the "S" in the name stands for.

> +static int
> +ztr_to_hex(char *out, size_t outlen, uint8_t *input, size_t inlen)

Nothing calls this function does it? I'm guessing this is leftover from
the builtin in earlier patches.

Oliver




Messages sorted by: Reverse Date, Date, Thread, Author