numphp
numphp copied to clipboard
Working on SciPhp\Random class?
Hello again, I Was doing my exercise using this great library and I needed random class. The class is missing and I've written some function. I Want to know if you're working on this feature, if not yet, I can suggest my tiny functions( they use php native rand function ) -random::rand() -random::randn() -random::randint() -random::randrange() -random::choice() -random::normal() -random::shuffle() (I used numpy as reference, so these method are numpy like) Due to some difficulties, I can make a commit on github now. I'm adapting my random class to the lib now. After finishing ( to adapt it) I can send you a link if possible to check them. Bon weekend à vous!