1mlib_SignalWhiteNoiseFree_Fm3e2d(i3aMLLiIbB)LibrarymFluinbc_tSiiognnsalWhiteNoiseFree_F32(3MLIB)
2
3
4
6 mlib_SignalWhiteNoiseFree_F32 - white noise generation
7
9 cc [ flag... ] file... -lmlib [ library... ]
10 #include <mlib.h>
11
12 void mlib_SignalWhiteNoiseFree_F32(void *state);
13
14
16 The mlib_SignalWhiteNoiseFree_F32() 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 See attributes(5) for descriptions of the following attributes:
27
28
29
30
31 ┌─────────────────────────────┬─────────────────────────────┐
32 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
33 ├─────────────────────────────┼─────────────────────────────┤
34 │Interface Stability │Committed │
35 ├─────────────────────────────┼─────────────────────────────┤
36 │MT-Level │MT-Safe │
37 └─────────────────────────────┴─────────────────────────────┘
38
40 attributes(5)
41
42
43
44SunOS 5.11 2 Mar 200m7lib_SignalWhiteNoiseFree_F32(3MLIB)