comparison liboctave/numeric/randmtzig.h @ 23083:e9a0469dedd9 stable

maint: strip extra trailing newlines from files.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Jan 2017 12:19:08 -0500
parents 4caa7b28d183
children ef4d915df748 3ac9f9ecfae5
comparison
equal deleted inserted replaced
23082:e8d64dce0afd 23083:e9a0469dedd9
92 extern OCTAVE_API void oct_fill_float_randu (octave_idx_type n, float *p); 92 extern OCTAVE_API void oct_fill_float_randu (octave_idx_type n, float *p);
93 extern OCTAVE_API void oct_fill_float_randn (octave_idx_type n, float *p); 93 extern OCTAVE_API void oct_fill_float_randn (octave_idx_type n, float *p);
94 extern OCTAVE_API void oct_fill_float_rande (octave_idx_type n, float *p); 94 extern OCTAVE_API void oct_fill_float_rande (octave_idx_type n, float *p);
95 95
96 #endif 96 #endif
97