Normally distributed random set to boundary parameter generator implementation.
More...
#include <stdfix.h>
#include <spin1_api.h>
#include <stdfix-full-iso.h>
#include <normal.h>
#include <synapse_expander/rng.h>
#include <synapse_expander/generator_types.h>
Go to the source code of this file.
Normally distributed random set to boundary parameter generator implementation.
Definition in file param_generator_normal_clipped_to_boundary.h.
◆ normal_clipped_boundary_params
| struct normal_clipped_boundary_params |
◆ param_generator_normal_clipped_boundary
| struct param_generator_normal_clipped_boundary |
◆ param_generator_normal_clipped_boundary_initialize()
| static void* param_generator_normal_clipped_boundary_initialize |
( |
void ** |
region | ) |
|
|
static |
How to initialise the clamped normal RNG parameter generator.
- Parameters
-
| [in,out] | region | Region to read setup from. Should be updated to position just after parameters after calling. |
- Returns
- A data item to be passed in to other functions later on
Definition at line 53 of file param_generator_normal_clipped_to_boundary.h.
◆ param_generator_normal_clipped_boundary_free()
| static void param_generator_normal_clipped_boundary_free |
( |
void * |
generator | ) |
|
|
static |
◆ param_generator_normal_clipped_boundary_generate()
| static accum param_generator_normal_clipped_boundary_generate |
( |
void * |
generator | ) |
|
|
static |
How to generate values with the clamped normal RNG parameter generator.
- Parameters
-
| [in] | generator | The generator to use to generate values |
- Returns
- the generated value
Definition at line 82 of file param_generator_normal_clipped_to_boundary.h.