I understand computers can not actually generate true random numbers. I'm comming from a VisualBasic background. Using VB the standard was to use a random seed (like MS has). I always used VB's Date/Time number as a seed.
But I could not find the range value to use when doing this in MS so what to the range value for RND_SEED?
Thank You in advance for your help
Question about Random
Moderators: Dorian (MJT support), JRL
Question about Random
MS v15 | Windows 11 Pro | NY, USA
- Dorian (MJT support)
- Automation Wizard
- Posts: 1384
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: Question about Random
Apologies for the brief reply... I'm answering from my phone.
You can set the seed.
https://www.mjtnet.com/manuals/b/v15/in ... ntext=3190
The seed is set automatically and is stored in the RND_SEED variable. It is possible to set the seed programmatically by modifying the value of RND_SEED
You can set the seed.
https://www.mjtnet.com/manuals/b/v15/in ... ntext=3190
The seed is set automatically and is stored in the RND_SEED variable. It is possible to set the seed programmatically by modifying the value of RND_SEED
Yes, we have a Custom Scripting Service. Message me or go here
- Dorian (MJT support)
- Automation Wizard
- Posts: 1384
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: Question about Random
Yes, we have a Custom Scripting Service. Message me or go here