Name Modified Size InfoDownloads / Week
Parent folder
fgiusr.c 2020-05-11 385 Bytes
incerto.c 2020-05-11 1.8 kB
readme 2020-05-11 478 Bytes
Totals: 3 Items   2.7 kB 0
Incerto 30 secs documentation:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Contents:	fgiusr.c	- sample fgiusr.c for incerto
		incerto.c	- the tool
		readme		- this readme file

Author:		Marco Greco (marcog@ctonline.it), Catania, Italy

Initial release: Nov 92

Usage:

#
#  gets next random number
#
let r=get_rand(range)

#
#  sets the random generator seed
#
call start_rand(seed)

#
#  returns the current seed
#
let s=say_seed()

#
#  asks the system clock for a seed
#
let s=get_seed()
Source: readme, updated 2020-05-11