choose-exe-0.1.0.0: Command-line program to choose random element from a stream.

Safe HaskellSafe
LanguageHaskell2010

Data.Random.Choose.Executable

Description

A command-line program that uses Data.Random.Choose.

Its arguments are specified by Data.Random.Choose.Executable.Args.

Synopsis

Documentation

main :: IO () Source #

The entry point for an executable that reads lines from stdin and outputs some fixed number of them, selected uniformly at random.