fzaninotto / Faker

Faker is a PHP library that generates fake data for you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I generate random numbers between 2 values?

faiyaz032 opened this issue · comments

I want to pass a function like function($from (1), $to(5)){
    and it returns me random numbers with 1 to 5.. like 1,2 ,4,3,5
}

I think numberBetween() is what you're looking for. See: https://github.com/fzaninotto/Faker#fakerproviderbase