MCPcopy
hub / github.com/faker-js/faker / uniformDistributor

Function uniformDistributor

src/distributors/uniform.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 * @since 10.5.0
36 */
37export function uniformDistributor(): Distributor {
38 return UNIFORM_DISTRIBUTOR;
39}
40
41const UNIFORM_DISTRIBUTOR: Distributor = ({ next }) => next();

Callers 4

uniform.spec.tsFile · 0.90
intMethod · 0.90
floatMethod · 0.90
exponentialDistributorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected