81 extern OCTAVE_API
double oct_randu (
void);
82 extern OCTAVE_API
double oct_randn (
void);
83 extern OCTAVE_API
double oct_rande (
void);
OCTAVE_API void oct_fill_float_randn(octave_idx_type n, float *p)
OCTAVE_API void oct_fill_float_randu(octave_idx_type n, float *p)
OCTAVE_API void oct_set_state(uint32_t save[])
OCTAVE_API double oct_randu(void)
OCTAVE_API float oct_float_randu(void)
OCTAVE_API void oct_init_by_int(uint32_t s)
OCTAVE_API void oct_fill_randu(octave_idx_type n, double *p)
OCTAVE_API void oct_init_by_array(uint32_t init_key[], int key_length)
OCTAVE_API void oct_init_by_entropy(void)
OCTAVE_API void oct_fill_float_rande(octave_idx_type n, float *p)
OCTAVE_API double oct_rande(void)
OCTAVE_API void oct_get_state(uint32_t save[])
OCTAVE_API double oct_randn(void)
OCTAVE_API float oct_float_randn(void)
OCTAVE_API void oct_fill_rande(octave_idx_type n, double *p)
OCTAVE_API void oct_fill_randn(octave_idx_type n, double *p)
OCTAVE_API float oct_float_rande(void)