[LANG] Added seeded random number generation - philox (#261)
This commit is contained in:
@@ -66,7 +66,7 @@ def setup(app):
|
||||
import sys
|
||||
import os
|
||||
sys.path.insert(0, os.path.abspath('../python/'))
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.coverage', 'sphinx.ext.napoleon']
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.autosummary', 'sphinx.ext.coverage', 'sphinx.ext.napoleon']
|
||||
autosummary_generate = True
|
||||
|
||||
# Sphinx gallery
|
||||
@@ -78,6 +78,9 @@ sphinx_gallery_conf = {
|
||||
'filename_pattern': '',
|
||||
'ignore_pattern': r'__init__\.py',
|
||||
'within_subsection_order': FileNameSortKey,
|
||||
'reference_url': {
|
||||
'sphinx_gallery': None,
|
||||
}
|
||||
}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
BIN
docs/getting-started/tutorials/random_bits.png
Normal file
BIN
docs/getting-started/tutorials/random_bits.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
@@ -121,6 +121,19 @@ Comparison ops
|
||||
minimum
|
||||
maximum
|
||||
|
||||
.. _Random Number Generation:
|
||||
|
||||
Random Number Generation
|
||||
-------------------------
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
|
||||
randint4x
|
||||
randint
|
||||
rand
|
||||
randn
|
||||
|
||||
Compiler Hint Ops
|
||||
-------------------
|
||||
@@ -129,4 +142,4 @@ Compiler Hint Ops
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
|
||||
multiple_of
|
||||
multiple_of
|
Reference in New Issue
Block a user