pick_sl: Pick Super Lotto numbers

View source: R/pick_sl.R

pick_slR Documentation

Pick Super Lotto numbers

Description

Pick Super Lotto numbers

Usage

pick_sl(size = 1L, verbose = TRUE)

Arguments

size

An integer. The size of sets of Super Lotto numbers to pick.

verbose

A logical value. Print the numbers picked or not.

Value

Print the numbers picked, and return the invisible balls list that stored these numbers.

Examples

pick_sl(10)
out <- pick_sl(10, verbose = FALSE)
out

Keng documentation built on Aug. 21, 2025, 5:55 p.m.