failed attempts to intercept copy command when the cursor is in the empty text field...
[LeanCalc.git] / help / israndom
1 NAME
2     israndom - whether a value is a Blum generator state
3
4 SYNOPSIS
5     israndom(x)
6
7 TYPES
8     x           any, &any
9
10     return      int
11
12 DESCRIPTION
13     Determine if x is a Blum-Blum-Shub pseudo-random number generator state.
14     This function will return 1 if x is a file, 0 otherwise.
15
16     XXX - the interface to the Blum generator has not been not written.
17
18 EXAMPLE
19     > a = srandom(0)
20     > print israndom(a), israndom(0);
21     1 0
22
23 LIMITS
24     none
25
26 LINK LIBRARY
27     none
28
29 SEE ALSO
30     seed, random, srandom, randombit,
31     isassoc, isatty, isblk, isconfig, isdefined, iserror, iseven, isfile,
32     ishash, isident, isint, islist, ismat, ismult, isnull, isnum, isobj,
33     isobjtype, isodd, isprime, isrand, isreal, isrel,
34     issimple, issq, isstr, istype
35