We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f085d commit cc2f8d9Copy full SHA for cc2f8d9
internal/vm/vm.go
@@ -50,6 +50,7 @@ type Options struct {
50
// Option represents an option for running a script.
51
type Option func(*Options)
52
53
+// RandSource is a function that returns a seeded float64 value.
54
type RandSource func() float64
55
56
// WithStartingLineNumber sets the starting line number for the script.
0 commit comments