It would be useful to have a Chapel interface to the random number generators (see comments from @LouisJenkinsCS here https://github.com/chapel-lang/chapel/issues/12743). Useful functionality would include: - [ ] Simple wrappers for creating/cleaning up GSL random number generators, and accessing next numbers. - [ ] Wrappers around common distributions (Gaussian, Poisson, what else)