Can we implement a php lotto picker algorithm?

Asked By 10 points N/A Posted on -
qa-featured

I have seen a lot of literature on the fact that it is possibly to implement a very efficient lottery picking algorithm that can maximize on chances of winning a lottery. How easy is it to implement a PHP lotto picker algorithm to achieve a similar outcome?

SHARE
Answered By 0 points N/A #168833

Can we implement a php lotto picker algorithm?

qa-featured

Hello Clotildec Hock,

 

It is easy once you know how to convert an algorithm into a code you want. I don't know much about PHP since I am more on Visual Basic but this method is the same method I use whenever I implement an algorithm. I'm sure you know that there are a lot of algorithms that is used for lotto picking and all of it can be implemented on different languages. Just as long as you know the algorithm it should be easy.

 

Hope this helps.

Related Questions