Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use string for seed if none provided
When calling randomtable without providing a seed, the warning `DeprecationWarning: Seeding based on hashing is deprecated since Python 3.9 and will be removed in a subsequent version. The only supported seed types are: None, int, float, str, bytes, and bytearray.` is emitted.
- Loading branch information