LCOV - code coverage report
Current view: top level - randomjs/distribution - int32.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 [-0x80000000, 0x7fffffff]
       5             :  */
       6           0 : export function int32(engine: Engine): number {
       7           0 :   return engine.next() | 0;
       8           0 : }

Generated by: LCOV version 1.15