Closed
Description
Base Julia provides the rand
and rand!
functions, which do random sampling over various domains. The StatsBase package provides sample
and sample!
with partially overlapping functionality. There have been various threads (e.g. this one) where people are discussion additional functionality for one or the other. I'm opening this issue to discuss whether these interfaces should be separate or if they should be merged and if they are to remain separate, to clarify the distinction between rand
and sample
.
Activity