LCOV - code coverage report
Current view: top level - randomjs/distribution - uint32.ts (source / functions) Hit Total Coverage
Test: coverage.lcov Lines: 0 3 0.0 %
Date: 2021-03-12 10:43:40 Functions: 0 1 0.0 %

          Line data    Source code
       1             : import { Engine } from "../types.ts";
       2             : 
       3             : /**
       4             :  * Returns a value within [0, 0xffffffff]
       5             :  */
       6           0 : export function uint32(engine: Engine): number {
       7           0 :   return engine.next() >>> 0;
       8           0 : }

Generated by: LCOV version 1.15