Files
dgl/docs/source/api/python/random.rst
Quan (Andy) Gan e9e587b6cb [Refactor] C random number generator (#729)
* rng refactor

* fix bugs

* unit test

* remove setsize

* lint

* fix test

* use explicit instantiation instead of inlining

* stricter test

* use tvm solution

* moved python interface to dgl.random

* lint

* address comments

* make getthreadid an inline function
2019-07-31 17:54:30 +08:00

12 lines
176 B
ReStructuredText

.. _apirandom:
DGL Random Number Generator Controls
====================================
.. automodule:: dgl.random
.. autosummary::
:toctree: ../../generated
seed