D | |
Dimension [Vector] |
Describing the dimension of a vector
|
F | |
FDIST [Rand] |
Signature used by many distributions that work entirely with
floats.
|
I | |
IDIST [Rand] |
Some of the Distribution modules that work on integer
ranges will implement this signature.
|
IFDIST [Rand] |
Module type for distributions that need a uniform float source but
return integer types and whose rng class constructor takes one argument.
|
O | |
Ops [Genops] |
The type-generic operations that can be performed
|
R | |
REFOPS [Numref] |
The operations supported.
|
RNGSource [Rand] |
All sources must provide this signature:
|
V | |
V [Vector] |
Vector operations
|