Simplificator3000.RandomHelpers (Simplificator3000 v0.8.0)

Link to this section Summary

Link to this section Functions

Link to this function

get_random_groups(min \\ 1, max \\ 1000, padding \\ 3, count \\ 3)

@spec get_random_groups(integer(), integer(), integer(), integer()) :: binary()
Link to this function

get_random_int(min, max)

@spec get_random_int(integer(), integer()) :: integer()
Link to this function

get_random_number(min \\ 1, max \\ 999_999, padding \\ 6)

@spec get_random_number(integer(), integer(), integer()) :: binary()
@spec new_guid() :: binary()
Link to this function

new_request_id()

@spec new_request_id() :: binary()
Link to this function

random_string(length)

@spec random_string(integer()) :: binary()