![How to generate random numbers in SAS](https://blogs.sas.com/content/iml/files/2011/08/generaterandom.png)
You can generate a set of random numbers in SAS that are uniformly distributed by using the RAND function in the DATA step or by using the RANDGEN subroutine in SAS/IML software. (These same functions also generate random numbers from other common distributions such as binomial and normal.) The syntax