1.5. Random Number Generator IP Core Parameters
 Set the parameters to create an IP core suitable for your design. 
  
 
  | Name | Values | Description | 
|---|---|---|
| Type of the generator | Uniform distribution (integer), uniform distribution (float), normal distribution (float) | The type of the random number generator. | 
| Generator architecture | Central limit components (recommended) or Box Muller | The algorithm to use for the Gaussian distribution generator (normal distribution only). | 
| Seed selection | Auto or manaul | Set the seed manually or automatically. | 
| Value of the seed | 1 to 2147483647; default: 68997764 | Manually input the seed for the random sequence, in the format of an integer. |