How can I redirect my website’s homepage to a random blog post?

If you don’t want to use a plugin. You could put the re-direct directly into your .htaccess (on an apache server):

Place this code at the bottom of the .htaccess file:

redirect 301 / http://www.example.com/your-post-slug

make sure to change the url to the full url of your blog post.

If you don’t have access to your .htaccess you could also do this in your cPanel (or other hosting control panel if you have one)