Hacker News new | ask | show | jobs
by KenoFischer 3875 days ago
In julia the rand function is more general in that it samples from a distribution, which you can pass as the first argument (defaulting to uniform on [0,1]). Since the first argument is an integer range, you get an integer value.