UNPKG
oddball
Version:
latest (0.2.2)
0.2.2
0.2.1
0.1.0
0.0.2
0.0.0
collection of mathematical analysis and simulation tools
domrally.github.io/oddball
domrally/oddball
oddball
/
typings
/
samplers
/
Sampler.d.ts
8 lines
(7 loc)
•
89 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface Sampler {
/** * */
new
(): Sampler; (): number; }