The Random class creates random integer values. Although the range of an int (32 bit) is: [-2,147,483,647 : 2,147,483,647], Random.nextInt() generates values from 0 to 32,767, which is an unsigned 16-bit integer. Let’s run the Random class to validate the randomness.
The results of generating 1,048,574 random numbers represented as a histogram:
The RandomGenerate class enables you to…
Continue Reading Dag Calafell, III’s Article on their blog
Generating Random Numbers and Dates (AX 2012)
Blog Syndicated with Dag Calafell, III’s Permission
More About This Author
Array
Dyn365O2021.08.25Opportunity in Analytics for Microsoft Dynamics 365
Dyn365O2021.07.12Throttling on Dynamics 365 Finance & Operations (Supply Chain Management) Starting 10.0.19
Dyn365O2021.06.11Remove $id from Custom Web Service JSON – Dynamics 365 F&O
Dyn365O2021.06.09Link to an Azure Logic App Run