function rand(limit = 99) {
return Math.round(Math.random() * limit);
}
function make_random_tax_table() {
function make_random_table(min_threshold) {
function rand(limit = 99) {
return Math.round(Math.random() * limit);
}
function make_random_tax_table() {
function make_random_table(min_threshold) {