summaryrefslogtreecommitdiff
path: root/doc/source/reference/random/examples
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/random/examples')
-rw-r--r--doc/source/reference/random/examples/cffi.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/reference/random/examples/cffi.rst b/doc/source/reference/random/examples/cffi.rst
new file mode 100644
index 000000000..04d52203b
--- /dev/null
+++ b/doc/source/reference/random/examples/cffi.rst
@@ -0,0 +1,5 @@
+Extending via CFFI
+------------------
+
+.. literalinclude:: ../../../../../numpy/random/_examples/cffi/extending.py
+ :language: python