You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the SQL query to get a random article uses "ORDER BY RAND()" which generates a random number for each article and sorts. It's fine for now since we don't have a lot of usage but this should eventually be fixed.