DrZoidberg
Member
Is there a way to create a simple calculation app that uses random number function in VB, but as a webpage so anyone anywhere can use it?
I want to basically create a random object selector app for work. Nothing fancy.Your question doesn't really make sense. Random number for what purpose? Calculating what?
I have no experience with C++. A bit too advanced for me.There are plenty of options, the most straight forward is likely to convert your code to javascript.
![]()
Math.random() - JavaScript | MDN
The Math.random() static method returns a floating-point, pseudo-random number that's greater than or equal to 0 and less than 1, with approximately uniform distribution over that range — which you can then scale to your desired range. The implementation selects the initial seed to the random...developer.mozilla.org
Otherwise, if you are really set on VB, you would need to do the whole dotnet thing but VB.net is pretty much dead and been replaced with C#.