Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem
 
 
 
 
 
 
nextgraph-rs/ng-sdk-js/js/node.js

4 lines
55 B

module.exports.random = function (max) {
return 0
};