Proposed new feature or change:
As discussed in #1394, would be nice if we standardize the name of the random seeds arguments that classes, functions and methods take. This rename would make it more clear that the argument will be used to define a random state in the class/method/function.
Implementing this rename requires raising FutureWarnings for the seed arguments and properties before we finally remove them.