I am using the wallet = Wallet() function to generate a new wallet in Python (from bitcoinaddress import Wallet) and I was wondering if this is generated based on the time and date, specifically I am interested to know if this function will generate a set of random wallets if my date is set to 2020 and a totally different set of random wallets if my date is set to 2024.
I have a hunch the Wallet() is generating different random wallets if the year is 2020 or 2024.