Faker.Random behaviour (Faker v0.16.0) View Source

Behaviour that defines randomisation in faker.

Link to this section Summary

Link to this section Callbacks

Link to this callback

random_between(integer, integer)

View Source

Specs

random_between(integer(), integer()) :: integer()
Link to this callback

random_bytes(pos_integer)

View Source

Specs

random_bytes(pos_integer()) :: binary()

Specs

random_uniform() :: float()