Generate suggested recovery phrase with the system CSPRNG (#5298)
The personal wallet UI recovery-phrase suggestion (`pickMnemonic`) now draws entropy from `Cardano.Mnemonic.genEntropy`, matching how the wallet API and CLI generate recovery phrases. The handler type `pickMnemonic :: Int -> Maybe Bool -> IO (Maybe [Text])` is unchanged, so the New Wallet "Hint" button behaviour is the same.