Which random number generator did Thanos use?

WARNING: This blog post references Avengers: Infinity War and contains story spoilers. But it also contains useful information about random number generators (RNGs) — tempting! If you haven’t yet seen the movie, you should make peace with this inner conflict before reading on. Throughout the movie, Thanos makes it clear […]

The post Which random number generator did Thanos use? appeared first on The SAS Dummy.

Deleting global macro variables

Do you periodically delete unneeded global macro variables? You should! Deleting macro variables releases memory and keeps your symbol table clean. Learn how the macro language statement that deletes global macro variables and about the %DELETEALL st…

Lowest unemployment since 1976?

It looks like we’ve finally recovered from the Great Recession, and there are even claims of record-low unemployment in several U.S. states. Of course claims like that make my data-radar go off, and I wanted to see the numbers for myself. And it’s a gr…