04-22-2020 05:03 AM
How to generate 10 random numbers between 5 and 10 ?
04-22-2020 05:17 AM
Hi Laurentiu,
@Laurentiu3 wrote:
How to generate 10 random numbers between 5 and 10 ?
Both is very basic LabVIEW stuff: please take the self-paced online courses as they are offered for free until end of April!
04-22-2020 09:00 AM
1. Generate a random number
2. multiply by 5
3. add 5
4. repeat