F | |
| FDIST [Rand] |
Signature used by many distributions that work entirely with
floats.
|
| FILE [FileRand] | |
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 [Math] |
This describes the type-generic operations that can be performed
|
| OrderedType [SkipList] |
Types used as skiplist keys have to be ordered
|
R | |
| RNGSource [Rand] |
All sources must provide this signature:
|
S | |
| S [SkipList] |
The signature of skiplists for a given key type
|