-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working on SciPhp\Random class? #4
Comments
Hi, |
I'll send code when I'll be free( this week).
Merci et Bonne année 2021 à vous aussi
|
Hi, this is how I implemented random feature.
As I have limited access to github, I released it (the only option I
can use to upload file now) as a minor version 0.4.5.
[Archive is here](https://github.com/Pmulwahali/numphp/archive/0.4.5.zip).
There are missing features and we can add them later if this is the right way.
|
Hi, I see 2 branches (0.4.1 and 0.4.5) but when I download zip files, there are no changes nor no new files. Did you make a |
They are the same, |
Any new updates? According to the documentation the random matrix function is already implemented but only in the version 0.5. But the latest available version is the 0.4. Random::rand: |
Include it straight from github: "repositories": [
{
"type": "vcs",
"url": "https://github.com/sciphp/numphp.git"
}
],
"require": {
"sciphp/numphp": "dev-master"
} |
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!
The text was updated successfully, but these errors were encountered: