random_ints: Generate random integers

Description Usage Arguments Value See Also Examples

Description

Generate random integers

Usage

1
random_ints(count = 10, min = 0, max = 100)

Arguments

count

number of random integers to generate

min

minimum val of random range

max

maximum val of random range

Value

vector of random integers

See Also

http://www.passwordrandom.com/api

Examples

1
random_ints(count=100)

hrbrmstr/passwordrandom documentation built on May 17, 2019, 5:12 p.m.