fzaninotto / Faker

Faker is a PHP library that generates fake data for you
MIT License
26.8k stars 3.57k forks source link

How can I generate random numbers between 2 values? #2019

Open faiyaz032 opened 4 years ago

faiyaz032 commented 4 years ago
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
}
villfa commented 4 years ago

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