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