Skip to content

Commit cc2f8d9

Browse files
fix
1 parent 75f085d commit cc2f8d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/vm/vm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ type Options struct {
5050
// Option represents an option for running a script.
5151
type Option func(*Options)
5252

53+
// RandSource is a function that returns a seeded float64 value.
5354
type RandSource func() float64
5455

5556
// WithStartingLineNumber sets the starting line number for the script.

0 commit comments

Comments
 (0)