initial commit
This commit is contained in:
8
chapter11/function_get_random_number
Executable file
8
chapter11/function_get_random_number
Executable file
@@ -0,0 +1,8 @@
|
||||
function get_random_number
|
||||
{
|
||||
# This function gets the next random number from the
|
||||
# $RANDOM variable. The range is 0 to 32767.
|
||||
|
||||
echo "$RANDOM"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user