Faker v0.12.0 Faker.Random behaviour 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
random_between(integer(), integer()) :: integer()

Link to this callback

random_bytes(pos_integer) View Source
random_bytes(pos_integer()) :: binary()

Link to this callback

random_uniform() View Source
random_uniform() :: float()