This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Random Numbers (XC167)

MCBXC167-Net Evaluation Board with C166 Compiler:


Does anyone know how to create random numbers (0-1023)?

Parents
  • hi
    there are a lot of algorhithms available to calculate random numbers. I recommend the book: "NUMERICAL RECIPES in C"; Press, Teukolsky, Vetterling, Flannery; Cambridge University Press; ISBN 0 521 43108 5
    There are a lot of complete program examples included. CD is available too.

    A little bit theoretical book but for me a must have book.

    Bye
    ...Leo

Reply
  • hi
    there are a lot of algorhithms available to calculate random numbers. I recommend the book: "NUMERICAL RECIPES in C"; Press, Teukolsky, Vetterling, Flannery; Cambridge University Press; ISBN 0 521 43108 5
    There are a lot of complete program examples included. CD is available too.

    A little bit theoretical book but for me a must have book.

    Bye
    ...Leo

Children