- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Steve,
Thank you very much for the reply.
I have another question about random generator. Since the standard normal distribution generator only appears in IMSL, while the uniform distribution by RAND_NUMBER(..) is an intrinsic function. If both of these two kind random number is needed, is it a good style to mix them in the codes? If yes, should I set their seeds separately?
Thank you for your consideration.
Best regards,
James
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you need both kinds of generators, there's no problem at all using them both. The seeds need to be set separately, as I indicated in the other topic. The IMSL routines do not know about RANDOM_SEED.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page