Packages

Ethereum library for Gleam - JSON-RPC client, transaction signing, ABI encoding, and wallet management on the BEAM

Current section

Files

Jump to
gleeth include gleeth@crypto@random_RandomnessTestResult.hrl
Raw

include/gleeth@crypto@random_RandomnessTestResult.hrl

-record(randomness_test_result, {
sample_count :: integer(),
byte_length :: integer(),
all_different :: boolean(),
no_all_zeros :: boolean(),
no_all_ones :: boolean(),
average_bit_density :: float()
}).