Skip to content

Conversation

@kaushal-kumar-it
Copy link
Contributor

Resolves #8390.

Description

What is the purpose of this pull request?

This pull request adds an example demonstrating how to create and initialize an array of random numbers using randu() within the stdlib\lib\node_modules\@stdlib\utils\some-by\examples\index.js module.
The example illustrates how to populate an array with random values before performing BLAS operations, improving documentation clarity and usability.

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No additional information.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • [] Yes
  • [X ] No

If you answered "yes" above, how did you use AI assistance?

  • [] Code generation (e.g., when writing an implementation or fixing a bug)
  • [] Documentation (including examples)
  • Test/benchmark generation
  • Research and understanding

Disclosure

If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution.

This pull request was drafted with the assistance of ChatGPT for writing the example and PR description. All code and documentation were manually reviewed and verified before submission.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review. labels Nov 5, 2025
@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
plot/ctor $\color{red}6958/9246$
$color{green}+75.25%$
$\color{green}127/127$
$color{green}+100.00%$
$\color{red}0/129$
$color{green}+0.00%$
$\color{red}6958/9246$
$color{green}+75.25%$
utils/some-by $\color{green}132/132$
$color{green}+100.00%$
$\color{green}14/14$
$color{green}+100.00%$
$\color{green}1/1$
$color{green}+100.00%$
$\color{green}132/132$
$color{green}+100.00%$

The above coverage report was generated for the changes in this PR.

@kgryte
Copy link
Member

kgryte commented Nov 6, 2025

Ref: #8400

@kgryte kgryte added autoclose: Already Resolved Pull request which should be auto-closed due proposed changes duplicating already included changes. and removed Needs Review A pull request which needs code review. labels Nov 6, 2025
@stdlib-bot
Copy link
Contributor

Thank you for working on this pull request. However, we cannot accept your contribution as the issue this pull request seeks to resolve has already been addressed in a different pull request or commit.

Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions.

@stdlib-bot stdlib-bot closed this Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autoclose: Already Resolved Pull request which should be auto-closed due proposed changes duplicating already included changes. First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

3 participants