-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Generate random selections from an array of values.
If optional param repetitions not given then iterate infinitely.
function *choice<T>(items: Array<T>, repetitions?: number): Iterable<T>
Needs to be implemented:
random.choice()random.choiceAsync()Stream.choice()AsyncStream.choice()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers