gsl-randist

The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers

Debian Debian
RUN apt-get update && \ apt-get install -y gsl-bin
Ubuntu
RUN apt-get update && \ apt-get install -y gsl-bin
Alpine
RUN apk add gsl
Arch Arch Linux
RUN pacman -S --noconfirm gsl
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gsl-bin
CentOS
RUN yum install -y gsl
Fedora
RUN dnf install -y gsl
Raspbian
RUN apt-get update && \ apt-get install -y gsl-bin
click the source code to copy install gsl-randist on any operating system with command-not-found.com