1mlib_SignalGaussNoiseFree_Sm1e6d(i3aMLLiIbB)LibrarymFluinbc_tSiiognnsalGaussNoiseFree_S16(3MLIB)
2
3
4
6 mlib_SignalGaussNoiseFree_S16 - Gaussian noise generation
7
9 cc [ flag... ] file... -lmlib [ library... ]
10 #include <mlib.h>
11
12 void mlib_SignalGaussNoiseFree_S16(void *state);
13
14
16 The mlib_SignalGaussNoiseFree_S16() function releases the memory allo‐
17 cated for the internal state's structure.
18
20 The function takes the following arguments:
21
22 state Internal state structure.
23
24
26 None.
27
29 See attributes(5) for descriptions of the following attributes:
30
31
32
33
34 ┌─────────────────────────────┬─────────────────────────────┐
35 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
36 ├─────────────────────────────┼─────────────────────────────┤
37 │Interface Stability │Committed │
38 ├─────────────────────────────┼─────────────────────────────┤
39 │MT-Level │MT-Safe │
40 └─────────────────────────────┴─────────────────────────────┘
41
43 mlib_SignalGaussNoise_S16(3MLIB), mlib_SignalGaussNoiseInit_S16(3MLIB),
44 attributes(5)
45
46
47
48SunOS 5.11 2 Mar 200m7lib_SignalGaussNoiseFree_S16(3MLIB)