elm-community / random-extra / Random.Date

Extra randomized functions on dates (see elm/time).

We only provide generators for days and months. Other generators are trivial for you to implement yourself and can be made specific to your needs.

Generators

weekday : Random.Generator Time.Weekday

Generate a random day of the week.

month : Random.Generator Time.Month

Generate a random month of the year.