Here I modified seed setting to only happen if the seed is not NULL across all files.
Some of the modified files failed linting, so I made a few updates related to that as well, including making the linter a bit more tolerant of complex code.
The styler also got a bit hung up on some code; turns out it doesn't like extra space in example code, but that took a very long time to find!
closes #280
Here I modified seed setting to only happen if the seed is not
NULL
across all files.Some of the modified files failed linting, so I made a few updates related to that as well, including making the linter a bit more tolerant of complex code.
The styler also got a bit hung up on some code; turns out it doesn't like extra space in example code, but that took a very long time to find!