class Faker::Bank
def compile_bsb_number
def compile_bsb_number digit_one_two = %w[01 03 06 08 11 12 73 76 78 30] state = (2..7).to_a.map(&:to_s).sample digit_one_two.sample + state + rand_numstring + rand_numstring + rand_numstring end
def compile_bsb_number digit_one_two = %w[01 03 06 08 11 12 73 76 78 30] state = (2..7).to_a.map(&:to_s).sample digit_one_two.sample + state + rand_numstring + rand_numstring + rand_numstring end