Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
Hi,

How to use a Random number library? I mean can I just include the normaldistribution class & generator class or do I have to include its .dll file in my project?

Thanks
Posted
Updated 29-Nov-10 2:23am
v2
Comments
JF2015 29-Nov-10 8:23am    
Edited to fix spelling.

If you're using a library (and it is likely you are using it) then yes, you have to add a reference to the library DLL.
:)
 
Share this answer
 
You may do either. Just check the license and use the namespace.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900