package main import ( "fmt" "dim13.org/theo" ) func main() { fmt.Println(theo.Random()) }