Skip to content

neomatrixcode/Faker.jl

Repository files navigation

Faker

Generator of fake data for julia.

DOI

Installing

$ (@v1.5) pkg> add Faker

Example

using Faker

Faker.random_digit()
=> 5


Faker.random_digit_not_null()
=> 9


Faker.random_digit_or_empty()
=> 8


Faker.random_digit_not_null_or_empty()
=> 3


Faker.random_number(digits= 1)
=> 5


Faker.random_int(min=0, max=9999)
=> 3753


Faker.email() 
=> "kirsten.greenholt@corkeryfisher.info"