Comments
2 comments
-
Thanks for your post.
Here you have two options:
Either Install Python 2.7 so that you can access the Python runtime and use Random() function of Python.
OR
Do not install Python 2.7 and use only IronPython details and use Random() function out of .net library
Does this answer your question? -
Can you please tell me the right syntax for using IronPython and the .NET Random() function
Add comment
Please sign in to leave a comment.
Also, I get an error when I try to use the random() function in a Python expression. I can't find any references to Python in the installation instructions. What version of Python should I be using. Does it, for example, have to be IronPython or some other flavour?