Skip to content
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

Implement & test javalib Random doubleStream methods #3402

Merged
merged 2 commits into from Jul 20, 2023

Conversation

LeeTibbert
Copy link
Contributor

javalib Random class now has methods to return streams of random java primitive doubles.

This PR provides a working example for other stream methods in the Random class when
IntStream and LongStream are implemented.

Those two classes are currently in abeyance waiting for DoubleStream proves itself.

@LeeTibbert LeeTibbert added component:javalib backport candidate PR which might be backported into previous major release of SN labels Jul 20, 2023
@WojciechMazur WojciechMazur merged commit 3544ba6 into scala-native:main Jul 20, 2023
79 checks passed
WojciechMazur pushed a commit to WojciechMazur/scala-native that referenced this pull request Sep 1, 2023
* Implement & test javalib Random doubleStream methods

* Tests work better when they are not commented out

(cherry picked from commit 3544ba6)
WojciechMazur pushed a commit that referenced this pull request Sep 4, 2023
* Implement & test javalib Random doubleStream methods

* Tests work better when they are not commented out

(cherry picked from commit 3544ba6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport candidate PR which might be backported into previous major release of SN component:javalib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants