Lines Matching +full:isoc +full:- +full:in
8 .\" Redistribution and use in source and binary forms, with or without
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\" notice, this list of conditions and the following disclaimer in the
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
51 .Bf -symbolic
52 The functions described in this manual page are not cryptographically
61 function computes a sequence of pseudo-random integers in the range
85 is implemented using the same 128-byte state LFSR generator algorithm as
93 implements the historical, poor-quality Park-Miller 32-bit LCG and should not
94 be used in new designs.
101 so the low-order bits should no longer be significantly worse than the
102 high-order bits.
114 .St -isoC .
119 .St -isoC
120 and is marked obsolescent in
121 .St -p1003.1-2008 .
122 It may be removed in a future revision of POSIX.
127 used the historical Park-Miller generator with 32 bits of state and produced
128 poor quality output, especially in the lower bits.
132 as well as other standards-conforming implementations, may continue to produce
135 .Em These functions should not be used in portable applications that want a
143 algorithm implementations may be embedded in your application.
146 and being quite fast (in header inline implementations).