RandomGib

This is a standalone application for some simple and common use cases for getting random stuff. This is not intended to be cryptographically strong.

Features (aka Functions)

Installation

If available in Hex, the package can be installed as:

  1. Add random_gib to your list of dependencies in mix.exs:

    def deps do

     [{:random_gib, "~> 0.0.2"}]

    end

  2. Ensure random_gib is started before your application:

    def application do

     [applications: [:random_gib]]

    end