I am looking for software packages for random number generation which satisfy
- A random number generator based on the Alias method.
- Random number generator for discrete distributions.
Are there any packages that satisfy either of them in Julia?
I am looking for software packages for random number generation which satisfy
Are there any packages that satisfy either of them in Julia?
I usually use Random .
See Random Numbers · The Julia Language
Sry if this won’t help…
Maybe alias_sample! from StatsBase.jl?