gorandom

package module
v0.0.0-...-96f34dd Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2021 License: MIT Imports: 3 Imported by: 0

README

gorandom

A go package for random things

Usage

Functions

RandStr()

gorandom.RandStr(number of characters)

RandInt()

gorandom.RandInt(number of characters)

Example Program

package main

import (
  "github.com/TheBaconPug/gorandom"
)

func main() {
  println(gorandom.RandStr(10))
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RandInt

func RandInt(c int) int

func RandStr

func RandStr(c int) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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