stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: Add `@stdlib/random/strided/pareto-type1`

Open kgryte opened this issue 1 year ago • 9 comments

Description

This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from a Pareto (Type I) distribution. This is the strided interface analog of @stdlib/random/base/pareto-type1.

Package: @stdlib/random/strided/pareto-type1 Alias: pareto1

Related Issues

None.

Questions

No.

Other

Checklist

  • [X] I have read and understood the Code of Conduct.
  • [X] Searched for existing issues and pull requests.
  • [X] The issue name begins with RFC:.

kgryte avatar Feb 28 '23 06:02 kgryte

I am interested to work on this issue under Quine. So please assign me this task to me.

Hritik1503 avatar May 03 '23 17:05 Hritik1503

Pareto-type1@stdlibrandom /strided

codequeengg avatar May 12 '23 19:05 codequeengg

can I work on this?

rafiya2003 avatar May 21 '23 09:05 rafiya2003

Can I work on this?

janaki-web avatar May 22 '23 00:05 janaki-web

I want to work on this. Please assign it to me.

beRajeevKumar avatar May 29 '23 10:05 beRajeevKumar

Can anyone tell me how can I run this forked repo into my local system, I install the npm package and run it but it still does not run. If it will run then I can easily see my changes to the project. Actually, I am new to Opensouce contribution so this is my very basic doubt.

beRajeevKumar avatar May 29 '23 11:05 beRajeevKumar

What exactly should I do to fix this issue?

beRajeevKumar avatar May 29 '23 11:05 beRajeevKumar

Can anyone tell me how can I run this forked repo into my local system, I install the npm package and run it but it still does not run. If it will run then I can easily see my changes to the project. Actually, I am new to Opensouce contribution so this is my very basic doubt.

@Rajeevjewar fork the repository then on your profile you should see the respository copy the repository url from there open your terminal run git clone <your_repo_url> after cloning you can go to the directory and run code . it should open the code in vs code. hope this helps! happy coding.

Sadaf-A avatar Jun 02 '23 10:06 Sadaf-A

Hai @kgryte, I wanna work on this. Assign it to me and I'll submit a pr in 2 days

professorabhay avatar Jun 15 '23 11:06 professorabhay