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

Fix #182 #184

Closed
wants to merge 1 commit into from
Closed

Fix #182 #184

wants to merge 1 commit into from

Conversation

DanielVandH
Copy link
Contributor

Fixes #182

The fix just reseeds the user's rng with a new random seed (that is sampled using rng so that it is reproducible). I also fixed an issue with type stability where giving Float64 as a dist put DataType into the D parameter of InfRandVector, leading to type instabilities from rand(rng, D) where D <: DataType.

Copy link

codecov bot commented Jun 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.62%. Comparing base (8865985) to head (63619b0).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
+ Coverage   85.49%   85.62%   +0.13%     
==========================================
  Files           7        7              
  Lines         772      779       +7     
==========================================
+ Hits          660      667       +7     
  Misses        112      112              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DanielVandH DanielVandH closed this Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Defining multiple infinite random sequences gives the same sequence
1 participant