![]() | Library Documentation | Structures | Signatures | Identifiers | Packages | About |
SOBOL (pkg github.com/diku-dk/sml-sobol)Quasi-random Sobol number generation.
Quasi-random Sobol number generation ported from the Futhark Sobol sequence implementation.signature SOBOL = sig type vecD = Word32.word array (* Arrays of size D *) val D : int val norm : real val frac : Word32.word -> real val independent : int -> vecD val recurrent : int -> vecD -> vecD end