Current section

Files

Jump to
faker lib faker random elixir.ex
Raw

lib/faker/random/elixir.ex

defmodule Faker.Random.Elixir do
@moduledoc """
Default implementation of random functions based on erlang and elixir standard library.
"""
use Faker.Random
end