rd

get rd

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.sleazyfork.org/scripts/524935/1553466/rd.js

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