Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@MichaelChirico
Copy link
Contributor

I'm seeing an error where cbind() wounds up run without .Random.seed set, which this solves.

Per ?.Random.seed, no seed is set initially in the session until the first time set.seed() is run:

 Initially, there is no seed; a new one is created from the current time and the process ID when one is required.

I don't know enough about the package to know if this fix is for sure correct, but I noticed a similar fix applied in the same file:

1189fe1

I'm seeing an error where cbind() wounds up run without .Random.seed set, which this solves.

Per `?.Random.seed`, no seed is set initially in the session until the first time `set.seed()` is run:

>      Initially, there is no seed; a new one is created from the current time and the process ID when one is required.

I don't know enough about the package to know if this fix is for sure correct, but I noticed a similar fix applied in the same file:

amices@1189fe1
@stefvanbuuren
Copy link
Member

Thanks. We intend to tackle this one with #515.

@stefvanbuuren
Copy link
Member

Adressed by c084cdd

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.

2 participants