Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
crypto = require(
'crypto'
);
2
3
const
big64arr =
new
BigUint64Array(1)
4
function
random64() {
Callers
nothing calls this directly
Calls
3
random64
Function · 0.70
isHappycoin
Function · 0.70
write
Method · 0.45
Tested by
no test coverage detected