![]() | Library Documentation | Structures | Signatures | Identifiers | Packages | About |
SOBOL_DIR (pkg github.com/diku-dk/sml-sobol)Interface for Sobol direction vectors
structure SobolDir50 : SOBOL_DIR (pkg github.com/diku-dk/sml-sobol)
signature SOBOL_DIR = sig val n : int val k : int val m : Word32.word Array2.array (* of size n times k *) val a : Word32.word Array.array (* of size n *) val s : int Array.array (* of size n *) end