Tag: Statistical Graphics

Random Number Seeds: NOT only the first one matters!

Today, Rick (blog @ here) wrote an article about random number seed in SAS to be used in random number functions in DATA Step. Rick noticed when multiple random number functions are called using different seeds, only the first one matters.

Thi…