How to create random slug for a post

Is it possible to create a random slug for the post url via the routes? Eg. /post-title-2567 or /post-title/8651or

I’d like to hide a post (they’re usually named after the date) and automate the process of creating randomness.

Thanks