MCPcopy Index your code
hub / github.com/dmlc/dgl / random.py

File random.py

python/dgl/random.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Python interfaces to DGL random number generators."""
2import numpy as np
3
4from . import backend as F, ndarray as nd

Callers

nothing calls this directly

Calls 1

_init_apiFunction · 0.85

Tested by

no test coverage detected