MCPcopy Create free account
hub / github.com/MultithreadedJSBook/code-samples / happycoin.js

File happycoin.js

ch3-happycoin/happycoin.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const crypto = require('crypto');
2
3const big64arr = new BigUint64Array(1)
4function random64() {

Callers

nothing calls this directly

Calls 3

random64Function · 0.70
isHappycoinFunction · 0.70
writeMethod · 0.45

Tested by

no test coverage detected