Open notmgsk opened 6 years ago
This adds two functions:
BISECT
RANDOM-FROM
Looking for feedback and improvements.
This adds two functions:
BISECT
: returns the position in an ordered list where element should be inserted while preserving orderRANDOM-FROM
: returns a number of samples from the provided list using weights if provided, otherwise each choice is equally likely. Depends onBISECT
.Looking for feedback and improvements.