Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
37
export
function
uniformDistributor(): Distributor {
38
return
UNIFORM_DISTRIBUTOR;
39
}
40
41
const
UNIFORM_DISTRIBUTOR: Distributor = ({ next }) => next();
Callers
4
uniform.spec.ts
File · 0.90
int
Method · 0.90
float
Method · 0.90
exponentialDistributor
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected