rd

get rd

As of 2025-01-26. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.sleazyfork.org/scripts/524935/1527114/rd.js

const getRD = () => {
	return Math.floor(Math.random() * (600 - 300 + 1)) + 300;
};