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
I'm looking for an isomorphic seeded random generator. The one you created looks good, however, its not completely isomorphic - the imports in the code are missing the ending ".js" file extension. Please consider switching to a fully isomorphic code.
Under "isomorphic" I mean the code, that works equally well in browser and node.js.
The text was updated successfully, but these errors were encountered:
Hi,
I'm looking for an isomorphic seeded random generator. The one you created looks good, however, its not completely isomorphic - the imports in the code are missing the ending ".js" file extension. Please consider switching to a fully isomorphic code.
Under "isomorphic" I mean the code, that works equally well in browser and node.js.
The text was updated successfully, but these errors were encountered: