.\" .\" Copyright (c) 2009-2018 .\" Jeffrey Allen Neitzel . .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY JEFFREY ALLEN NEITZEL ``AS IS'', AND ANY .\" EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE .\" DISCLAIMED. IN NO EVENT SHALL JEFFREY ALLEN NEITZEL BE LIABLE FOR ANY .\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" @(#)$Id: rasgen.1,v 1.2 2018/09/27 07:53:18 jneitzel Exp $ .\" .TH RASGEN 1 "September 26, 2018" "rasgen-current" "General Commands" .SH NAME rasgen \- random ASCII string generator .SH SYNOPSIS .BI rasgen \ length .SH DESCRIPTION .B Rasgen generates a random ASCII string of the specified .I length and writes it to the standard output. The specified length may be a value between 1 and 94, inclusive. .SH "EXIT STATUS" The .B rasgen command exits with one of the following values: .TP 0 The string generation was successful. .TP 1 An error was detected. .SH "SEE ALSO" arc4random(3), arc4random_uniform(3), random(3), srandom(3) .PP Rasgen home page: https://jan.etsh.io/rasgen/ .SH AUTHOR Jeffrey Allen Neitzel .RI < jan@etsh.io > wrote and currently maintains this implementation of .BR rasgen . .SH LICENSE See either the LICENSE file which is distributed with .B rasgen or https://jan.etsh.io/rasgen/src/LICENSE for full details.