-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello, I'm like this package and want to use this for game dev. I'm curious and want to ask for the best practices:
- What is the best way to shuffle a list (like the
list.shuffle
function) using prng? - What is the best way to take a random sample of
k
elements from a list (like thelist.sample
function) using prng?
Should this be a built-in functions or is this out of scope for this package?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels