Questions tagged [seed]

Seed is a JavaScript interpreter and a library of the GNOME project.

632 questions
-4
votes
1 answer

How to generate 8 byte hex value?

I want to generate this sequential data in C: data_packet[1] = 0706050403020100 (seed_value) next data_packet[2] = 0f0e0d0c0b0a0908 Next will be the next 8 hexadecimal characters and so on for say 100 bytes. How can I do it? Can we do it using…
Unicorn
  • 293
  • 1
  • 4
  • 12
-8
votes
2 answers

Random seed generator

EDIT: Sorry for wrong posting, I'll check the forum locations better next time. I selected an answer as accepted, I think this considers the question closed. Thanks for the helpful replies and tips! Original: I need to upgrade to the new Iota wallet…
1 2 3
42
43