Expose Random.int32.

This commit is contained in:
Dillon Kearns 2023-01-29 16:52:43 -08:00
parent 75be4e121f
commit e1f8f958ae
2 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,14 @@
module BackendTask.Random exposing (generate)
module BackendTask.Random exposing
( generate
, int32
)
{-|
@docs generate
@docs int32
-}
import BackendTask exposing (BackendTask)