Faker v0.12.0 Faker.Random.Elixir View Source
Default implementation of random functions based on erlang and elixir standard library.
Link to this section Summary
Functions
Callback implementation for Faker.Random.random_between/2
.
Callback implementation for Faker.Random.random_bytes/1
.
Callback implementation for Faker.Random.random_uniform/0
.
Link to this section Functions
Link to this function
random_between(left, right) View Source
Callback implementation for Faker.Random.random_between/2
.
Link to this function
random_bytes(total) View Source
Callback implementation for Faker.Random.random_bytes/1
.
Link to this function
random_uniform() View Source
Callback implementation for Faker.Random.random_uniform/0
.