1mlib_SignalGaussNoiseFree_Fm3e2d(i3aMLLiIbB)LibrarymFluinbc_tSiiognnsalGaussNoiseFree_F32(3MLIB)
2
3
4
6 mlib_SignalGaussNoiseFree_F32 - Gaussian noise generation
7
9 cc [ flag... ] file... -lmlib [ library... ]
10 #include <mlib.h>
11
12 void mlib_SignalGaussNoiseFree_F32(void *state);
13
14
16 The mlib_SignalGaussNoiseFree_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 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 attributes(5)
44
45
46
47SunOS 5.11 2 Mar 200m7lib_SignalGaussNoiseFree_F32(3MLIB)