JJ / nodeo

Simple evolutionary algorithm in JavaScript in CommonJS format, for node.js and anything else.
GNU General Public License v3.0
22 stars 6 forks source link

Apparently getRandomValues is not in node:crypto #48

Closed JJ closed 1 year ago

JJ commented 1 year ago

This is the issue:

 The requested module 'node:crypto' does not provide an export named 'getRandomValues'

I would say it's probably due to the node version. But might not be...