File: random.txt

package info (click to toggle)
pynn 0.10.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,156 kB
  • sloc: python: 25,612; cpp: 320; makefile: 117; sh: 80
file content (41 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
==============
Random numbers
==============

.. testsetup:: *

    from pyNN.random import NumpyRNG, RandomDistribution


.. module:: pyNN.random

.. autoclass:: RandomDistribution
   :members:
   :undoc-members:


.. autoclass:: NumpyRNG
   :members:
   :undoc-members:
   :inherited-members:
   :show-inheritance:


.. autoclass:: GSLRNG
   :members:
   :undoc-members:
   :inherited-members:
   :show-inheritance:


.. autoclass:: NativeRNG
   :members:
   :undoc-members:
   :inherited-members:
   :show-inheritance:


Adapting a different random number generator to work with PyNN
--------------------------------------------------------------

.. todo:: write this