Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 455 Bytes

File metadata and controls

27 lines (18 loc) · 455 Bytes

PRNG - Pseudo Random Number Generator

Testnet Address: 0x2bf5575475144be3 Mainnet Address: 0x5d60e2a0dfe7a922

Tests

Make sure you have the following flow-cli version, or above:

flow version

Version: v1.0.2
Commit: 5b6d176eec1c6248968f17ef4126327db2788103

Run the tests with:

flow test --cover tests/PRNG_test.cdc

View the code coverage with:

cat coverage.json | jq '.coverage."A.01cf0e2f2f715450.PRNG"'