You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic on line 39 creates a default random seed in the event the user does not specify one. It is always invoked, but the result is not always used.
(Ln 39), it does not look like this method is being used.
This line also prevents isaacCSPRNG from being run on NodeJS since the
window.crypto
object is undefined.Should it be removed?
The text was updated successfully, but these errors were encountered: