This diff is collapsed.
# frozen_string_literal: true # Generates a consistent random string of specific length based on provided seed.
# @summary
# Generates a consistent random string of specific length based on provided seed.
# #
# @example Generate a consistently random string of length 8 with a seed: # @example Generate a consistently random string of length 8 with a seed:
# seeded_rand_string(8, "${module_name}::redis_password") # seeded_rand_string(8, "${module_name}::redis_password")
......