Skip to content

Use of legacy rng #1082

Feb 18, 2022 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Hmm, that is weird. The natural candidate for issues would be gen_rand_hash and rand_hash (which are super core function which I would be extremely hesitant to touch, don't ask me why there are two...). If rng fails, it is coded to switch to a method using rand, with seeding, but for that rand call to happen the rng code should not work elsewhere.

Hence my best bet for a debug would be a break on line 20 in gen_rand_hash and line 28 of rand_hash, to understand why it errors in the rng code and switches to rand.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@johanlofberg
Comment options

@mfry-ll
Comment options

@mfry-ll
Comment options

@mfry-ll
Comment options

@johanlofberg
Comment options

Answer selected by johanlofberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants