generate

package
v0.1.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Cmd = &cobra.Command{
		Use:   "generate",
		Short: "commands for data generation",
		Long:  "Commands for data generation.",
		PersistentPreRunE: func(cmd *cobra.Command, args []string) (err error) {
			signal.Ignore(syscall.SIGPIPE)

			return
		},
	}

	Bookend      bool
	ScaledMin    float64
	ScaledMax    float64 = 1
	TruncatedMin float64
	TruncatedMax float64 = 1
)

Functions

func Sample

func Sample(dist distuv.Rander) (err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL