Module

Faker.Seed

Package
purescript-faker-ffi
Repository
philippedev101/purescript-faker-ffi

#seed Source

seed :: Int -> Gen Unit

Set the fakerjs PRNG seed for reproducible output.

#runGenSeeded Source

runGenSeeded :: forall a. Int -> Gen a -> Effect a

Run a generator with a specific seed for reproducible output.