aureooms/js-pseudo-random

View on GitHub
src/nextInt32.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export default function nextInt32(prng) {
    return prng.next().value;
}