runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

Sodium #121

Open RossComputerGuy opened 8 years ago

RossComputerGuy commented 8 years ago

Hey, I have been working on my os and I got this error. @piranna can help with this. Uncaught exception: /node_modules/libsodium/dist/modules/libsodium.js:14: No secure random number generator found

piranna commented 7 years ago

Seems it was not possible to find a random number generator, probably because that module is mostly focused to Node.js and running on regular OSes, not on runtime.js.